public final class io.reactivex.internal.operators.parallel.ParallelMapTry<T, R> extends io.reactivex.parallel.ParallelFlowable<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelMapTry
  super_class: io.reactivex.parallel.ParallelFlowable
{
  final io.reactivex.parallel.ParallelFlowable<T> source;
    descriptor: Lio/reactivex/parallel/ParallelFlowable;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/parallel/ParallelFlowable<TT;>;

  final io.reactivex.functions.Function<? super T, ? extends R> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+TR;>;

  final io.reactivex.functions.BiFunction<? super java.lang.Long, ? super java.lang.Throwable, io.reactivex.parallel.ParallelFailureHandling> errorHandler;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;

  public void <init>(io.reactivex.parallel.ParallelFlowable<T>, io.reactivex.functions.Function<? super T, ? extends R>, io.reactivex.functions.BiFunction<? super java.lang.Long, ? super java.lang.Throwable, io.reactivex.parallel.ParallelFailureHandling>);
    descriptor: (Lio/reactivex/parallel/ParallelFlowable;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
        start local 1 // io.reactivex.parallel.ParallelFlowable source
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // io.reactivex.functions.BiFunction errorHandler
         0: .line 42
            aload 0 /* this */
            invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.parallel.ParallelMapTry.source:Lio/reactivex/parallel/ParallelFlowable;
         2: .line 45
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.parallel.ParallelMapTry.mapper:Lio/reactivex/functions/Function;
         3: .line 46
            aload 0 /* this */
            aload 3 /* errorHandler */
            putfield io.reactivex.internal.operators.parallel.ParallelMapTry.errorHandler:Lio/reactivex/functions/BiFunction;
         4: .line 47
            return
        end local 3 // io.reactivex.functions.BiFunction errorHandler
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.parallel.ParallelFlowable source
        end local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/reactivex/internal/operators/parallel/ParallelMapTry<TT;TR;>;
            0    5     1        source  Lio/reactivex/parallel/ParallelFlowable<TT;>;
            0    5     2        mapper  Lio/reactivex/functions/Function<-TT;+TR;>;
            0    5     3  errorHandler  Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;
    Signature: (Lio/reactivex/parallel/ParallelFlowable<TT;>;Lio/reactivex/functions/Function<-TT;+TR;>;Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;)V
    MethodParameters:
              Name  Flags
      source        
      mapper        
      errorHandler  

  public void subscribe(org.reactivestreams.Subscriber<? super R>[]);
    descriptor: ([Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
        start local 1 // org.reactivestreams.Subscriber[] subscribers
         0: .line 51
            aload 0 /* this */
            aload 1 /* subscribers */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry.validate:([Lorg/reactivestreams/Subscriber;)Z
            ifne 2
         1: .line 52
            return
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* subscribers */
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 57
            iload 2 /* n */
            anewarray org.reactivestreams.Subscriber
            astore 3 /* parents */
        start local 3 // org.reactivestreams.Subscriber[] parents
         4: .line 59
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 12
         6: .line 60
      StackMap locals: int org.reactivestreams.Subscriber[] int
      StackMap stack:
            aload 1 /* subscribers */
            iload 4 /* i */
            aaload
            astore 5 /* a */
        start local 5 // org.reactivestreams.Subscriber a
         7: .line 61
            aload 5 /* a */
            instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
            ifeq 10
         8: .line 62
            aload 3 /* parents */
            iload 4 /* i */
            new io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber
            dup
            aload 5 /* a */
            checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.errorHandler:Lio/reactivex/functions/BiFunction;
            invokespecial io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
            aastore
         9: .line 63
            goto 11
        10: .line 64
      StackMap locals: org.reactivestreams.Subscriber
      StackMap stack:
            aload 3 /* parents */
            iload 4 /* i */
            new io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTrySubscriber
            dup
            aload 5 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.errorHandler:Lio/reactivex/functions/BiFunction;
            invokespecial io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTrySubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
            aastore
        end local 5 // org.reactivestreams.Subscriber a
        11: .line 59
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 2 /* n */
            if_icmplt 6
        end local 4 // int i
        13: .line 68
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.source:Lio/reactivex/parallel/ParallelFlowable;
            aload 3 /* parents */
            invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
        14: .line 69
            return
        end local 3 // org.reactivestreams.Subscriber[] parents
        end local 2 // int n
        end local 1 // org.reactivestreams.Subscriber[] subscribers
        end local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lio/reactivex/internal/operators/parallel/ParallelMapTry<TT;TR;>;
            0   15     1  subscribers  [Lorg/reactivestreams/Subscriber;
            3   15     2            n  I
            4   15     3      parents  [Lorg/reactivestreams/Subscriber;
            5   13     4            i  I
            7   11     5            a  Lorg/reactivestreams/Subscriber<-TR;>;
    Signature: ([Lorg/reactivestreams/Subscriber<-TR;>;)V
    MethodParameters:
             Name  Flags
      subscribers  

  public int parallelism();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
         0: .line 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelMapTry.source:Lio/reactivex/parallel/ParallelFlowable;
            invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelMapTry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/parallel/ParallelMapTry<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/parallel/ParallelFlowable<TR;>;
SourceFile: "ParallelMapTry.java"
NestMembers:
  io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber  io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTrySubscriber
InnerClasses:
  final ParallelMapTryConditionalSubscriber = io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber of io.reactivex.internal.operators.parallel.ParallelMapTry
  final ParallelMapTrySubscriber = io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTrySubscriber of io.reactivex.internal.operators.parallel.ParallelMapTry