| Class | Description |
|---|---|
| Failure |
Wrapper of errors.
|
| Request<I> |
Data holder, acting as a wrapper of the input object.
|
| Request.Builder<I> |
Builder pattern for creating and configuring
Request objects. |
| Response<O> |
Data holder acting as a wrapper of the success and/or failure data.
|
| ResponseConsumer<O> |
This is a
Consumer implementation for emissions of Response classes. |
| RxUseCase<I,O> |
RxUseCase wraps the logic / action / mechanism that the use-case implements,
into an Observable that can be subscribed to.
|
| Exception | Description |
|---|---|
| FailureException |
Exception class acting as a wrapper for
Failure objects. |