public static interface StateMachine.Errored<State,Out> extends Consumer3<State,Throwable,StateMachine.Emitter<Out>>
Modifier and Type | Method and Description |
---|---|
void |
accept(State state,
Throwable error,
StateMachine.Emitter<Out> emitter) |
void accept(State state, Throwable error, StateMachine.Emitter<Out> emitter)
Copyright © 2013–2020. All rights reserved.