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
51 protected AbstractSequentialIterator(@CheckForNull T firstOrNull) { in AbstractSequentialIterator()
72 public suspend fun <E> ReceiveChannel<E>.firstOrNull(): E? = in firstOrNull() method