Home
last modified time | relevance | path

Searched refs:elementAtOrElse (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt212elementAtOrElse(index) { throw IndexOutOfBoundsException("ReceiveChannel doesn't contain element a… in elementAt()
227 public suspend inline fun <E> ReceiveChannel<E>.elementAtOrElse(index: Int, defaultValue: (Int) -> … in elementAtOrElse() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api656 …public static final fun elementAtOrElse (Lkotlinx/coroutines/channels/ReceiveChannel;ILkotlin/jvm/…