public class ActionsBuilder<Change,Action>
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<Action>,? extends io.reactivex.Observable<Action>> interceptor)
A function for intercepting Action emissions.
|
void |
performAll(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<Action>,? extends io.reactivex.Observable<Change>> transformer)
A function used for declaring an ActionTransformer function.
|
void |
watchAll(kotlin.jvm.functions.Function1<? super Action,kotlin.Unit> watcher)
A function for watching Action emissions.
|
public void performAll(kotlin.jvm.functions.Function1<? super io.reactivex.Observable<Action>,? extends io.reactivex.Observable<Change>> transformer)
A function used for declaring an ActionTransformer function.
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.