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