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