public final class io.reactivex.internal.operators.flowable.BlockingFlowableNext<T> implements java.lang.Iterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.BlockingFlowableNext
  super_class: java.lang.Object
{
  final org.reactivestreams.Publisher<? extends T> source;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

  public void <init>(org.reactivestreams.Publisher<? extends T>);
    descriptor: (Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableNext this
        start local 1 // org.reactivestreams.Publisher source
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableNext.source:Lorg/reactivestreams/Publisher;
         2: .line 40
            return
        end local 1 // org.reactivestreams.Publisher source
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableNext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/BlockingFlowableNext<TT;>;
            0    3     1  source  Lorg/reactivestreams/Publisher<+TT;>;
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableNext this
         0: .line 44
            new io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber
            dup
            invokespecial io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber.<init>:()V
            astore 1 /* nextSubscriber */
        start local 1 // io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber nextSubscriber
         1: .line 45
            new io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextIterator
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableNext.source:Lorg/reactivestreams/Publisher;
            aload 1 /* nextSubscriber */
            invokespecial io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextIterator.<init>:(Lorg/reactivestreams/Publisher;Lio/reactivex/internal/operators/flowable/BlockingFlowableNext$NextSubscriber;)V
            areturn
        end local 1 // io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber nextSubscriber
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableNext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/reactivex/internal/operators/flowable/BlockingFlowableNext<TT;>;
            1    2     1  nextSubscriber  Lio/reactivex/internal/operators/flowable/BlockingFlowableNext$NextSubscriber<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;
SourceFile: "BlockingFlowableNext.java"
NestMembers:
  io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextIterator  io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber
InnerClasses:
  final NextIterator = io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextIterator of io.reactivex.internal.operators.flowable.BlockingFlowableNext
  final NextSubscriber = io.reactivex.internal.operators.flowable.BlockingFlowableNext$NextSubscriber of io.reactivex.internal.operators.flowable.BlockingFlowableNext