public class CommandBuilder<State,Command>
| Constructor and Description |
|---|
CommandBuilder(kotlin.reflect.KClass<Command> type,
java.util.List<de.halfbit.knot.TypedCommandReduceStateTransformer> transformers) |
| Modifier and Type | Method and Description |
|---|---|
void |
reduceState(kotlin.jvm.functions.Function2<? super de.halfbit.knot.WithState<State>,? super io.reactivex.Observable<Command>,? extends io.reactivex.Observable<State>> reducer) |