Package hu.akarnokd.rxjava3.async
Utility methods to jumpstart a reactive sequence via
AsyncFlowable
and AsyncObservable;
port of the RxJavaAsyncUtil library.-
Class Summary Class Description AsyncFlowable Utility methods to convert functions and actions into asynchronous operations through the Publisher/Subscriber pattern.AsyncObservable Utility methods to convert functions and actions into asynchronous operations through the Observable/Observer pattern.DisposableFlowable<T> AFlowablethat also offers a means to dispose it, cancelling/disposing some shared underlying computation or resource viaDisposable.dispose().DisposableObservable<T> AObservablethat also offers a means to dispose it, cancelling/disposing some shared underlying computation or resource viaDisposable.dispose(). -
Enum Summary Enum Description AnyValue Placeholder instance when one has to return something (and used to returnnullin 1.x).