public static interface StateMachine.Transition<State,In,Out>
extends rx.functions.Func3<State,In,rx.Subscriber<Out>,State>
Modifier and Type | Method and Description |
---|---|
State |
call(State state,
In value,
rx.Subscriber<Out> subscriber) |
Copyright © 2013–2016. All rights reserved.