SimpleStepOutput

class SimpleStepOutput<out E>(val value: E, val owner: IProducingStep<E>?) : IStepOutput<E>

Constructors

Link copied to clipboard
constructor(value: E, owner: IProducingStep<E>?)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard