Class | Description |
---|---|
SingleAmb<T> | |
SingleCache<T> | |
SingleContains<T> | |
SingleCreate<T> | |
SingleDefer<T> | |
SingleDelay<T> | |
SingleDelayWithCompletable<T> | |
SingleDelayWithObservable<T,U> | |
SingleDelayWithPublisher<T,U> | |
SingleDelayWithSingle<T,U> | |
SingleDematerialize<T,R> |
Maps the success value of the source to a Notification, then
maps it back to the corresponding signal type.
|
SingleDetach<T> |
Breaks the references between the upstream and downstream when the Maybe terminates.
|
SingleDoAfterSuccess<T> |
Calls a consumer after pushing the current item to the downstream.
|
SingleDoAfterTerminate<T> |
Calls an action after pushing the current item or an error to the downstream.
|
SingleDoFinally<T> |
Execute an action after an onSuccess, onError or a dispose event.
|
SingleDoOnDispose<T> | |
SingleDoOnError<T> | |
SingleDoOnEvent<T> | |
SingleDoOnSubscribe<T> |
Calls a callback when the upstream calls onSubscribe with a disposable.
|
SingleDoOnSuccess<T> | |
SingleEquals<T> | |
SingleError<T> | |
SingleFlatMap<T,R> | |
SingleFlatMapCompletable<T> |
Maps the success value of the source SingleSource into a Completable.
|
SingleFlatMapIterableFlowable<T,R> |
Maps a success value into an Iterable and streams it back as a Flowable.
|
SingleFlatMapIterableObservable<T,R> |
Maps a success value into an Iterable and streams it back as an Observable.
|
SingleFlatMapMaybe<T,R> | |
SingleFlatMapPublisher<T,R> |
A Flowable that emits items based on applying a specified function to the item emitted by the
source Single, where that function returns a Publisher.
|
SingleFromCallable<T> | |
SingleFromPublisher<T> | |
SingleFromUnsafeSource<T> | |
SingleHide<T> | |
SingleInternalHelper |
Helper utility class to support Single with inner classes.
|
SingleJust<T> | |
SingleLift<T,R> | |
SingleMap<T,R> | |
SingleMaterialize<T> |
Turn the signal types of a Single source into a single Notification of
equal kind.
|
SingleNever | |
SingleObserveOn<T> | |
SingleOnErrorReturn<T> | |
SingleResumeNext<T> | |
SingleSubscribeOn<T> | |
SingleTakeUntil<T,U> |
Signals the events of the source Single or signals a CancellationException if the
other Publisher signalled first.
|
SingleTimeout<T> | |
SingleTimer |
Signals a
0L after the specified delay. |
SingleToFlowable<T> |
Wraps a Single and exposes it as a Flowable.
|
SingleToObservable<T> |
Wraps a Single and exposes it as an Observable.
|
SingleUnsubscribeOn<T> |
Makes sure a dispose() call from downstream happens on the specified scheduler.
|
SingleUsing<T,U> | |
SingleZipArray<T,R> | |
SingleZipIterable<T,R> |
Copyright © 2019. All rights reserved.