public class EventsBuilder<Change>
A configuration builder for Events related declarations.
| Modifier and Type | Method and Description |
|---|---|
void |
source(kotlin.jvm.functions.Function0<? extends io.reactivex.Observable<Change>> source)
A function used for turning an external observable Event into a Change.
|