public class ActionsBuilder<Change,Action>
A configuration builder for Action related declarations.
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Scheduler |
getWatchOn()
An optional Scheduler used for watching Actions.
|
void |
intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<Action>,? extends io.reactivex.Observable<Action>> interceptor)
A function for intercepting Action emissions.
|
void |
setWatchOn(io.reactivex.Scheduler value)
An optional Scheduler used for watching Actions.
|
void |
watchAll(kotlin.jvm.functions.Function1<? super Action,kotlin.Unit> watcher)
A function for watching Action emissions.
|
public io.reactivex.Scheduler getWatchOn()
An optional Scheduler used for watching Actions.
public void setWatchOn(io.reactivex.Scheduler value)
An optional Scheduler used for watching Actions.
public void intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<Action>,? extends io.reactivex.Observable<Action>> interceptor)
A function for intercepting Action emissions.
public void watchAll(kotlin.jvm.functions.Function1<? super Action,kotlin.Unit> watcher)
A function for watching Action emissions.