Class BlockingObservableNext<T>
java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.BlockingObservableNext<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.
