IntermediateOutput

data class IntermediateOutput<S, U>(val nextState: S, val output: U) : BatchAccumulatorResult<S, U>

Constructors

Link copied to clipboard
constructor(nextState: S, output: U)

Properties

Link copied to clipboard
open override val nextState: S
Link copied to clipboard
open override val output: U