See: Description
| Class | Description |
|---|---|
| Nono |
Represents the base reactive class with fluent API for Publisher-based,
no-item just onError or onComplete source.
|
| NonoProcessor |
A hot Nono that signals the terminal event to Subscribers.
|
| Perhaps<T> |
A 0-1-error base reactive type, similar to Maybe, implementing the Reactive-Streams Publisher
interface.
|
| PerhapsProcessor<T> |
A Processor based on the Perhaps type that emits an onNext+onComplete, only onComplete or an onError.
|
| Solo<T> |
Base class with fluent API for supporting a Publisher with
exactly 1 element or an error.
|
| SoloProcessor<T> |
A Processor based on the Solo type that emits an onNext+onComplete or an onError.
|