Class MaterializeSingleObserver<T>

java.lang.Object
io.reactivex.rxjava3.internal.operators.mixed.MaterializeSingleObserver<T>
Type Parameters:
T - the element type of the source
All Implemented Interfaces:
CompletableObserver, MaybeObserver<T>, SingleObserver<T>, Disposable

public final class MaterializeSingleObserver<T> extends Object implements SingleObserver<T>, MaybeObserver<T>, CompletableObserver, Disposable
A consumer that implements the consumer types of Maybe, Single and Completable and turns their signals into Notifications for a SingleObserver.

History: 2.2.4 - experimental

Since:
3.0.0