Class BlockingFlowableNext<T>

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.

  • Field Details

    • source

      final org.reactivestreams.Publisher<? extends T> source
  • Constructor Details

    • BlockingFlowableNext

      public BlockingFlowableNext(org.reactivestreams.Publisher<? extends T> source)
  • Method Details