public static interface StateMachine.Transition2<State,In,Out> extends io.reactivex.functions.Function3<State,In,StateMachine.Emitter<Out>,State>
| Modifier and Type | Method and Description |
|---|---|
State |
apply(State state,
In value,
StateMachine.Emitter<Out> emitter) |
State apply(State state, In value, StateMachine.Emitter<Out> emitter)
apply in interface io.reactivex.functions.Function3<State,In,StateMachine.Emitter<Out>,State>Copyright © 2013–2020. All rights reserved.