public static interface StateMachine.Completion<State,Out>
extends io.reactivex.functions.BiPredicate<State,io.reactivex.FlowableEmitter<Out>>
Modifier and Type | Method and Description |
---|---|
boolean |
test(State state,
io.reactivex.FlowableEmitter<Out> emitter) |
Copyright © 2013–2020. All rights reserved.