Uses of Interface
io.reactivex.rxjava3.observers.LambdaConsumerIntrospection
-
Packages that use LambdaConsumerIntrospection Package Description io.reactivex.rxjava3.internal.observers io.reactivex.rxjava3.internal.operators.maybe io.reactivex.rxjava3.internal.subscribers -
-
Uses of LambdaConsumerIntrospection in io.reactivex.rxjava3.internal.observers
Classes in io.reactivex.rxjava3.internal.observers that implement LambdaConsumerIntrospection Modifier and Type Class Description (package private) classAbstractDisposableAutoReleaseWraps lambda callbacks and when the upstream terminates or the observer gets disposed, removes itself from aCompositeDisposable.classCallbackCompletableObserverclassConsumerSingleObserver<T>classDisposableAutoReleaseMultiObserver<T>Wraps lambda callbacks and when the upstream terminates or this (Single | Maybe | Completable) observer gets disposed, removes itself from aCompositeDisposable.classDisposableAutoReleaseObserver<T>Wraps lambda callbacks and when the upstream terminates or this observer gets disposed, removes itself from aCompositeDisposable.classEmptyCompletableObserverclassLambdaObserver<T> -
Uses of LambdaConsumerIntrospection in io.reactivex.rxjava3.internal.operators.maybe
Classes in io.reactivex.rxjava3.internal.operators.maybe that implement LambdaConsumerIntrospection Modifier and Type Class Description classMaybeCallbackObserver<T>MaybeObserver that delegates the onSuccess, onError and onComplete method calls to callbacks. -
Uses of LambdaConsumerIntrospection in io.reactivex.rxjava3.internal.subscribers
Classes in io.reactivex.rxjava3.internal.subscribers that implement LambdaConsumerIntrospection Modifier and Type Class Description classBoundedSubscriber<T>classDisposableAutoReleaseSubscriber<T>Wraps lambda callbacks and when the upstream terminates or this subscriber gets disposed, removes itself from aCompositeDisposable.classLambdaSubscriber<T>
-