Uses of Class
rx.internal.operators.BlockingOperatorNext.NextObserver
Packages that use BlockingOperatorNext.NextObserver
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of BlockingOperatorNext.NextObserver in rx.internal.operators
Fields in rx.internal.operators declared as BlockingOperatorNext.NextObserverModifier and TypeFieldDescriptionprivate final BlockingOperatorNext.NextObserver
<T> BlockingOperatorNext.NextIterator.observer
Constructors in rx.internal.operators with parameters of type BlockingOperatorNext.NextObserverModifierConstructorDescription(package private)
NextIterator
(Observable<? extends T> items, BlockingOperatorNext.NextObserver<T> observer)