final class io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber<T> extends io.reactivex.internal.subscriptions.SubscriptionArbiter implements io.reactivex.FlowableSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber
  super_class: io.reactivex.internal.subscriptions.SubscriptionArbiter
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4063763155303814625

  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  final io.reactivex.functions.Function<? super java.lang.Throwable, ? extends org.reactivestreams.Publisher<? extends T>> nextSupplier;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;

  final boolean allowFatal;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  boolean once;
    descriptor: Z
    flags: (0x0000) 

  boolean done;
    descriptor: Z
    flags: (0x0000) 

  long produced;
    descriptor: J
    flags: (0x0000) 

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Function<? super java.lang.Throwable, ? extends org.reactivestreams.Publisher<? extends T>>, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function nextSupplier
        start local 3 // boolean allowFatal
         0: .line 61
            aload 0 /* this */
            iconst_0
            invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
         1: .line 62
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 63
            aload 0 /* this */
            aload 2 /* nextSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.nextSupplier:Lio/reactivex/functions/Function;
         3: .line 64
            aload 0 /* this */
            iload 3 /* allowFatal */
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.allowFatal:Z
         4: .line 65
            return
        end local 3 // boolean allowFatal
        end local 2 // io.reactivex.functions.Function nextSupplier
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
            0    5     1        actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    5     2  nextSupplier  Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;
            0    5     3    allowFatal  Z
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;Z)V
    MethodParameters:
              Name  Flags
      actual        
      nextSupplier  
      allowFatal    

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 69
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.setSubscription:(Lorg/reactivestreams/Subscription;)V
         1: .line 70
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
        start local 1 // java.lang.Object t
         0: .line 74
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
            ifeq 2
         1: .line 75
            return
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
            ifne 4
         3: .line 78
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
         4: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         5: .line 81
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
            0    6     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
            ifeq 6
         1: .line 86
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
            ifeq 4
         2: .line 87
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         3: .line 88
            return
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 91
            return
         6: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
         7: .line 95
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.allowFatal:Z
            ifeq 10
            aload 1 /* t */
            instanceof java.lang.Exception
            ifne 10
         8: .line 96
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         9: .line 97
            return
        10: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.nextSupplier:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The nextSupplier returned a null Publisher"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 2 /* p */
        start local 2 // org.reactivestreams.Publisher p
        11: .line 104
            goto 16
        end local 2 // org.reactivestreams.Publisher p
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 3 /* e */
        start local 3 // java.lang.Throwable e
        13: .line 105
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        14: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 3 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        15: .line 107
            return
        end local 3 // java.lang.Throwable e
        start local 2 // org.reactivestreams.Publisher p
        16: .line 110
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
            lstore 3 /* mainProduced */
        start local 3 // long mainProduced
        17: .line 111
            lload 3 /* mainProduced */
            lconst_0
            lcmp
            ifeq 19
        18: .line 112
            aload 0 /* this */
            lload 3 /* mainProduced */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:(J)V
        19: .line 115
      StackMap locals: long
      StackMap stack:
            aload 2 /* p */
            aload 0 /* this */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        20: .line 116
            return
        end local 3 // long mainProduced
        end local 2 // org.reactivestreams.Publisher p
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
            0   21     1             t  Ljava/lang/Throwable;
           11   12     2             p  Lorg/reactivestreams/Publisher<+TT;>;
           16   21     2             p  Lorg/reactivestreams/Publisher<+TT;>;
           13   16     3             e  Ljava/lang/Throwable;
           17   21     3  mainProduced  J
      Exception table:
        from    to  target  type
          10    11      12  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
         0: .line 120
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
            ifeq 2
         1: .line 121
            return
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
         3: .line 124
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
         4: .line 125
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         5: .line 126
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableOnErrorNext.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableOnErrorNext
InnerClasses:
  final OnErrorNextSubscriber = io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber of io.reactivex.internal.operators.flowable.FlowableOnErrorNext