Home
last modified time | relevance | path

Searched defs:firstOrNull (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DAbstractSequentialIterator.java50 protected AbstractSequentialIterator(@NullableDecl T firstOrNull) { in AbstractSequentialIterator()
/external/guava/guava/src/com/google/common/collect/
DAbstractSequentialIterator.java50 protected AbstractSequentialIterator(@Nullable T firstOrNull) { in AbstractSequentialIterator()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt357 public suspend fun <E> ReceiveChannel<E>.firstOrNull(): E? = in firstOrNull() method
378 public suspend inline fun <E> ReceiveChannel<E>.firstOrNull(predicate: (E) -> Boolean): E? { in firstOrNull() method