| Modifier and Type | Method and Description |
|---|---|
Rx |
Rx.withCompletable(Function<rx.Completable,rx.Completable> adapter)
Apply the given function adapter to completable returned by routes:
|
Rx |
Rx.withObservable(Function<rx.Observable,rx.Observable> adapter)
Apply the given function adapter to observables returned by routes:
|
Rx |
Rx.withSingle(Function<rx.Single,rx.Single> adapter)
Apply the given function adapter to single returned by routes:
|
Copyright © 2019. All rights reserved.