Class BlockingObservableLatest<T>
java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.BlockingObservableLatest<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Iterable<T>
Wait for and iterate over the latest values of the source observable. If the source works faster than the
iterator, values may be skipped, but not the
onError
or onComplete
events.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator