Searched refs:foldIndexed (Results 1 – 2 of 2) sorted by relevance
1857 public suspend inline fun <E, R> ReceiveChannel<E>.foldIndexed(initial: R, operation: (index: Int, … in foldIndexed() method
682 …public static final fun foldIndexed (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Object…