public class TypedActionTransformer<Action,Change,A extends Action>
| Constructor and Description |
|---|
TypedActionTransformer(java.lang.Class<A> type,
kotlin.jvm.functions.Function1<? super io.reactivex.Observable<A>,? extends io.reactivex.Observable<Change>> transform) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<Change> |
invoke(io.reactivex.Observable<Action> action) |