@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| RxConnectables |
Contains utility methods for converting back and forth between
Observable.Transformers
and Connectables. |
| RxEventSources |
Contains utility methods for converting back and forth between
Observables and EventSources. |
| RxMobius |
Factory methods for wrapping Mobius core classes in observable transformers.
|
| RxMobius.SubtypeEffectHandlerBuilder<F,E> |
Builder for a type-routing effect handler.
|
| SchedulerWorkRunner |
A
WorkRunner that is backed by an Rx Scheduler for running work. |
| Exception | Description |
|---|---|
| UnknownEffectException |
Indicates that a
MobiusEffectRouter has received an effect that it hasn't received
configuration for. |
| UnrecoverableIncomingException |
Used to indicate that an
RxMobiusLoop transformer has received an Observer.onError(Throwable) call, which is illegal. |