| Class | Description |
|---|---|
| BaseUseCase | |
| CompletableUseCase<ARGS> |
Base use case which wraps Completable. Instance of this
use case can be simply executed in cooperation with
interface CompletableDisposablesOwner interface. |
| FlowableUseCase<ARGS,T> |
Base use case which wraps Flowable. Instance of this
use case can be simply executed in cooperation with
interface FlowableDisposablesOwner interface. |
| MaybeUseCase<ARGS,T> |
Base use case which wraps Maybe. Instance of this
use case can be simply executed in cooperation with
interface MaybeDisposablesOwner interface. |
| ObservableUseCase<ARGS,T> |
Base use case which wraps Observable. Instance of this
use case can be simply executed in cooperation with
interface ObservableDisposablesOwner interface. |
| SingleUseCase<ARGS,T> |
Base use case which wraps Single. Instance of this
use case can be simply executed in cooperation with
interface SingleDisposablesOwner interface. |