java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableIterable<T>
- All Implemented Interfaces:
Iterable<T>
public final class BlockingFlowableIterable<T>
extends Object
implements Iterable<T>
-
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
-
BlockingFlowableIterable
public BlockingFlowableIterable(Flowable<T> source,
int bufferSize)
-