NoOutput

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

Constructors

Link copied to clipboard
constructor(nextState: S)

Properties

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