Class BlockingFlowableNext<T>
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableNext<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Iterable<T>
Returns an Iterable that blocks until the Observable emits another item, then returns that item.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
(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