final class io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber<T, U> extends io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber
  super_class: io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber
{
  final io.reactivex.functions.Function<? super T, ? extends U> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+TU;>;

  void <init>(io.reactivex.internal.fuseable.ConditionalSubscriber<? super U>, io.reactivex.functions.Function<? super T, ? extends U>);
    descriptor: (Lio/reactivex/internal/fuseable/ConditionalSubscriber;Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
        start local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        start local 2 // io.reactivex.functions.Function function
         0: .line 88
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;)V
         1: .line 89
            aload 0 /* this */
            aload 2 /* function */
            putfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
         2: .line 90
            return
        end local 2 // io.reactivex.functions.Function function
        end local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactivex/internal/operators/flowable/FlowableMap$MapConditionalSubscriber<TT;TU;>;
            0    3     1    actual  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TU;>;
            0    3     2  function  Lio/reactivex/functions/Function<-TT;+TU;>;
    Signature: (Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TU;>;Lio/reactivex/functions/Function<-TT;+TU;>;)V
    MethodParameters:
          Name  Flags
      actual    
      function  

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
        start local 1 // java.lang.Object t
         0: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.done:Z
            ifeq 2
         1: .line 95
            return
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.sourceMode:I
            ifeq 5
         3: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            aconst_null
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onNext:(Ljava/lang/Object;)V
         4: .line 100
            return
         5: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The mapper function returned a null value."
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         6: .line 107
            goto 10
        end local 2 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         8: .line 108
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.fail:(Ljava/lang/Throwable;)V
         9: .line 109
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // java.lang.Object v
        10: .line 111
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            aload 2 /* v */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onNext:(Ljava/lang/Object;)V
        11: .line 112
            return
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/FlowableMap$MapConditionalSubscriber<TT;TU;>;
            0   12     1     t  TT;
            6    7     2     v  TU;
           10   12     2     v  TU;
            8   10     3    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public boolean tryOnNext();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
        start local 1 // java.lang.Object t
         0: .line 116
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.done:Z
            ifeq 2
         1: .line 117
            iconst_0
            ireturn
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The mapper function returned a null value."
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         3: .line 124
            goto 7
        end local 2 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         5: .line 125
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.fail:(Ljava/lang/Throwable;)V
         6: .line 126
            iconst_1
            ireturn
        end local 3 // java.lang.Throwable ex
        start local 2 // java.lang.Object v
         7: .line 128
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            aload 2 /* v */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableMap$MapConditionalSubscriber<TT;TU;>;
            0    8     1     t  TT;
            3    4     2     v  TU;
            7    8     2     v  TU;
            5    7     3    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      t     

  public int requestFusion(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
        start local 1 // int mode
         0: .line 133
            aload 0 /* this */
            iload 1 /* mode */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.transitiveBoundaryFusion:(I)I
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableMap$MapConditionalSubscriber<TT;TU;>;
            0    1     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public U poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
         0: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.poll:()Ljava/lang/Object;
            astore 1 /* t */
        start local 1 // java.lang.Object t
         1: .line 140
            aload 1 /* t */
            ifnull 2
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The mapper function returned a null value."
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableMap$MapConditionalSubscriber<TT;TU;>;
            1    4     1     t  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: ()TU;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/BasicFuseableConditionalSubscriber<TT;TU;>;
SourceFile: "FlowableMap.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableMap
InnerClasses:
  final MapConditionalSubscriber = io.reactivex.internal.operators.flowable.FlowableMap$MapConditionalSubscriber of io.reactivex.internal.operators.flowable.FlowableMap