public final class TransformerStateMachine<State,In,Out> extends Object implements rx.Observable.Transformer<In,Out>
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Out> |
call(rx.Observable<In> source) |
static <State,In,Out> |
create(rx.functions.Func0<State> initialState,
rx.functions.Func3<? super State,? super In,? super rx.Subscriber<Out>,? extends State> transition,
rx.functions.Action2<? super State,? super rx.Subscriber<Out>> completionAction) |
public static <State,In,Out> rx.Observable.Transformer<In,Out> create(rx.functions.Func0<State> initialState,
rx.functions.Func3<? super State,? super In,? super rx.Subscriber<Out>,? extends State> transition,
rx.functions.Action2<? super State,? super rx.Subscriber<Out>> completionAction)
Copyright © 2013–2015. All rights reserved.