kotlin.coroutines.experimental.CoroutineContext.fold

fold

abstract fun <R> fold(
    initial: R, 
    operation: (R, Element) -> R
): R

Accumulates entries of this context starting with initial value and applying 登录查看完整内容