| Interface | Description |
|---|---|
| LogDecorator.LogOutput |
Log output useful for customizing the way
messages are logged.
|
| UseCaseDecorator |
Decorator of use-case observables.
|
| Class | Description |
|---|---|
| FailureConverter |
Decorator that maps exceptions thrown by decorated use-cases
to
Failure objects. |
| LogDecorator |
Simple log decorator.
|
| SchedulerDecorator |
Decorator taking care of applying thread specifications
to the use-case
Observables. |