public final class io.reactivex.internal.operators.flowable.BlockingFlowableLatest<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.BlockingFlowableLatest
  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.BlockingFlowableLatest this
        start local 1 // org.reactivestreams.Publisher source
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableLatest.source:Lorg/reactivestreams/Publisher;
         2: .line 38
            return
        end local 1 // org.reactivestreams.Publisher source
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableLatest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest<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=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableLatest this
         0: .line 42
            new io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator
            dup
            invokespecial io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator.<init>:()V
            astore 1 /* lio */
        start local 1 // io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator lio
         1: .line 43
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableLatest.source:Lorg/reactivestreams/Publisher;
            invokestatic io.reactivex.Flowable.fromPublisher:(Lorg/reactivestreams/Publisher;)Lio/reactivex/Flowable;
            invokevirtual io.reactivex.Flowable.materialize:()Lio/reactivex/Flowable;
            aload 1 /* lio */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         2: .line 44
            aload 1 /* lio */
            areturn
        end local 1 // io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator lio
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableLatest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest<TT;>;
            1    3     1   lio  Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;
SourceFile: "BlockingFlowableLatest.java"
NestMembers:
  io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator
InnerClasses:
  final LatestSubscriberIterator = io.reactivex.internal.operators.flowable.BlockingFlowableLatest$LatestSubscriberIterator of io.reactivex.internal.operators.flowable.BlockingFlowableLatest