java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableNext<T>
- Type Parameters:
T - the value type
- All Implemented Interfaces:
Iterable<T>
public final class BlockingFlowableNext<T>
extends Object
implements Iterable<T>
Returns an Iterable that blocks until the Observable emits another item, then returns that item.

-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BlockingFlowableNext
public BlockingFlowableNext(org.reactivestreams.Publisher<? extends T> source)
-