MultiplexedOutput

class MultiplexedOutput<out E>(val muxIndex: Int, val output: IStepOutput<E>) : IStepOutput<E>

Constructors

Link copied to clipboard
constructor(muxIndex: Int, output: IStepOutput<E>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val value: E

Functions

Link copied to clipboard