public class OnEventToCommandTransformer<Event,Command,State>
| Constructor and Description |
|---|
OnEventToCommandTransformer(io.reactivex.Observable<Event> source,
kotlin.jvm.functions.Function2<? super de.halfbit.knot.dsl.WithState<State>,? super io.reactivex.Observable<Event>,? extends io.reactivex.Observable<Command>> transform) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<Event> |
getSource() |
kotlin.jvm.functions.Function2<de.halfbit.knot.dsl.WithState,io.reactivex.Observable,io.reactivex.Observable> |
getTransform() |