public class OnCommandUpdateStateTransformer<Command,State>
| Constructor and Description |
|---|
OnCommandUpdateStateTransformer(kotlin.reflect.KClass<Command> type,
kotlin.jvm.functions.Function2<? super de.halfbit.knot.dsl.WithStateReduce<State>,? super io.reactivex.Observable<Command>,? extends io.reactivex.Observable<kotlin.jvm.functions.Function1<de.halfbit.knot.dsl.WithState<State>,State>>> transform) |
| Modifier and Type | Method and Description |
|---|---|
kotlin.jvm.functions.Function2<de.halfbit.knot.dsl.WithStateReduce,io.reactivex.Observable,io.reactivex.Observable> |
getTransform() |
kotlin.reflect.KClass<Command> |
getType() |
public OnCommandUpdateStateTransformer(kotlin.reflect.KClass<Command> type,
kotlin.jvm.functions.Function2<? super de.halfbit.knot.dsl.WithStateReduce<State>,? super io.reactivex.Observable<Command>,? extends io.reactivex.Observable<kotlin.jvm.functions.Function1<de.halfbit.knot.dsl.WithState<State>,State>>> transform)