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