public final class Transformers extends Object
| Modifier and Type | Method and Description |
|---|---|
static StateMachine.Builder |
stateMachine() |
static <State,In,Out> |
stateMachine(Callable<? extends State> initialState,
io.reactivex.functions.Function3<? super State,? super In,? super io.reactivex.FlowableEmitter<Out>,? extends State> transition,
io.reactivex.functions.BiPredicate<? super State,? super io.reactivex.FlowableEmitter<Out>> completion,
io.reactivex.BackpressureStrategy backpressureStrategy,
int requestBatchSize) |
public static <State,In,Out> io.reactivex.FlowableTransformer<In,Out> stateMachine(Callable<? extends State> initialState, io.reactivex.functions.Function3<? super State,? super In,? super io.reactivex.FlowableEmitter<Out>,? extends State> transition, io.reactivex.functions.BiPredicate<? super State,? super io.reactivex.FlowableEmitter<Out>> completion, io.reactivex.BackpressureStrategy backpressureStrategy, int requestBatchSize)
public static StateMachine.Builder stateMachine()
Copyright © 2013–2016. All rights reserved.