object EmptyCoroutineContext : CoroutineContext
Platform and version requirements: Kotlin 1.1
An empty coroutine context.
fold
fun <R> fold(initial: R, operation: (R, Element) -> R): R
Accumulates entries of this
联系方式: