Home
last modified time | relevance | path

Searched refs:lastOrNull (Results 1 – 3 of 3) sorted by relevance

/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DUtils.kt71 var startAfter = result.objectSummaries.lastOrNull()?.key in AmazonS3Client()
79 startAfter = result.objectSummaries.lastOrNull()?.key in AmazonS3Client()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt294 lastOrNull(predicate) in find()
540 public suspend fun <E> ReceiveChannel<E>.lastOrNull(): E? = in lastOrNull() method
564 public suspend inline fun <E> ReceiveChannel<E>.lastOrNull(predicate: (E) -> Boolean): E? { in lastOrNull() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api693 …public static final fun lastOrNull (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/coroutines…
694 …public static final fun lastOrNull (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/functi…