StatefulResultHandler
abstract class StatefulResultHandler<Input, State, Output, Verdict>(initialState: State) : ResultHandler<Input, Output, Verdict>
A specialized result handler that has some form of state.
A specialized result handler that has some form of state.