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