OpenInputChannels

Constructors

Link copied to clipboard
constructor(inputChannels: Map<String, InputChannel<String>>)
constructor(vararg inputChannels: Pair<String, InputChannel<String>>)
constructor(inputChannels: Iterable<Pair<String, InputChannel<String>>>)
constructor(inputChannels: Sequence<Pair<String, InputChannel<String>>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun applyTo(context: ExecutionContext): ExecutionContext

Produces the ExecutionContext resulting from applying this side effect to context.