DoWithFirstBuilder

class DoWithFirstBuilder<T>(scope: CoroutineScope)(source)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope)

Functions

Link copied to clipboard
fun add(block: suspend CoroutineScope.() -> T)
Link copied to clipboard
fun build(): List<Deferred<T>>
Link copied to clipboard
fun include(block: suspend CoroutineScope.() -> T)
Link copied to clipboard
operator fun plus(block: suspend CoroutineScope.() -> T)