Package-level declarations
Properties
Functions
COMBINE
Creates a Single that will subscribe to this
and always call onError after this
completes, regardless of onComplete or onError.
Creates a Single that will subscribe to this
and always call onSuccess after this
completes, regardless of onComplete or onError.
Creates a Completable that will subscribe to this
and once onComplete is called then subscribe will be called on chainableCompletableInvocation. The new completable will emit the values emitted by chainableCompletableInvocation.
Checks if this
is already disposed before invoking body.
observe on main thread subscribe on new thread unsubsidised on error and on complete and removes the need to handle it afterwards
Safely dispose = if not null and not already disposed
Calls subscribe on this
, with an empty function for both onComplete and onError.
Calls subscribe on this
, with an empty function for onNext and onError
Calls subscribe on this
, with an empty function for both onSuccess and onError.