public static class PrimeBuilder.StateBuilder<State>
A configuration builder for State related declarations.
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Scheduler |
getWatchOn()
An optional Scheduler used for watching State updates.
|
void |
intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<State>,? extends io.reactivex.Observable<State>> interceptor)
A function for intercepting State mutations.
|
void |
setWatchOn(io.reactivex.Scheduler value)
An optional Scheduler used for watching State updates.
|
void |
watchAll(kotlin.jvm.functions.Function1<? super State,kotlin.Unit> watcher)
A function for watching mutations of any State.
|
public io.reactivex.Scheduler getWatchOn()
An optional Scheduler used for watching State updates.
public void setWatchOn(io.reactivex.Scheduler value)
An optional Scheduler used for watching State updates.
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.