Class BlockingObservableIterable<T>
java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.BlockingObservableIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final ObservableSource<? extends T> -
Constructor Summary
ConstructorsConstructorDescriptionBlockingObservableIterable(ObservableSource<? extends T> source, int bufferSize) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
source
-
bufferSize
final int bufferSize
-
-
Constructor Details
-
BlockingObservableIterable
-
-
Method Details
-
iterator
-