Class BlockingFlowableIterable<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableIterable<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
public final class BlockingFlowableIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
BlockingFlowableIterable.BlockingFlowableIterator<T>
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bufferSize
(package private) Flowable<T>
source
-
Constructor Summary
Constructors Constructor Description BlockingFlowableIterable(Flowable<T> source, int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>
iterator()
-