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