public static class PrimeBuilder.StateBuilder<State,Change>
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<State>,? extends io.reactivex.Observable<State>> interceptor)
A function for intercepting State mutations.
|
void |
watchAll(kotlin.jvm.functions.Function1<? super State,kotlin.Unit> watcher)
A function for watching mutations of any State.
|
public void intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<State>,? extends io.reactivex.Observable<State>> interceptor)
A function for intercepting State mutations.
public void watchAll(kotlin.jvm.functions.Function1<? super State,kotlin.Unit> watcher)
A function for watching mutations of any State.