| Constructor and Description |
|---|
DelegateUseCase(RxSource<I,O> delegate)
Create a delegating use-case.
|
| Modifier and Type | Method and Description |
|---|---|
protected io.reactivex.Observable<Response<O>> |
execute(I input)
Create use-case observable with input.
|
addDecorator, create, create, create, decorateWith, decorateWith, decorateWithNothing, fromAsynchronous, fromContinuous, fromSource, fromSynchronous, get, get, get, justFail, justSucceed, origin, removeDecorator, safeCreate, toRx, toRx, toRxprotected io.reactivex.Observable<Response<O>> execute(I input)
RxUseCaseRxUseCase.create(), RxUseCase.create(Object), RxUseCase.create(Request) methods.
Implement it to define the logic/mechanism/action that this use-case represents.