public static class CompositeKnotBuilder.ActionsBuilder
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 |
setWatchOn(io.reactivex.Scheduler value)
An optional Scheduler used for watching Actions.
|
void |
watchAll(kotlin.jvm.functions.Function1<java.lang.Object,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 watchAll(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit> watcher)
A function for watching Action emissions.