Searched defs:firstOrNull (Results 1 – 4 of 4) sorted by relevance
122 public suspend fun <T> Flow<T>.firstOrNull(): T? { in firstOrNull() method135 public suspend fun <T> Flow<T>.firstOrNull(predicate: suspend (T) -> Boolean): T? { in firstOrNull() method
50 protected AbstractSequentialIterator(@Nullable T firstOrNull) { in AbstractSequentialIterator()
50 protected AbstractSequentialIterator(@NullableDecl T firstOrNull) { in AbstractSequentialIterator()
352 public suspend fun <E> ReceiveChannel<E>.firstOrNull(): E? = in firstOrNull() method373 public suspend inline fun <E> ReceiveChannel<E>.firstOrNull(predicate: (E) -> Boolean): E? { in firstOrNull() method