Package-level declarations

Types

Link copied to clipboard
open class Actions0Builder<R>(val actions: MutableList<Action0<R>> = mutableListOf()) : ActionsBuilder<Action0<R>, () -> R>
Link copied to clipboard
open class Actions1Builder<I, O>(val actions: MutableList<Action1<I, O>> = mutableListOf()) : ActionsBuilder<Action1<I, O>, (I) -> O>