public final class org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask<T, BT extends org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>> implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask
  super_class: java.lang.Object
{
  private final org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory<BT> procedureFactory;
    descriptor: Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory<TBT;>;

  private BT procedure;
    descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
    flags: (0x0002) ACC_PRIVATE
    Signature: TBT;

  private final java.util.List<T> list;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  private final int start;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int end;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner<T, BT> taskRunner;
    descriptor: Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner<TT;TBT;>;

  public void <init>(org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner<T, BT>, org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory<BT>, java.util.List<T>, int, int, );
    descriptor: (Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory;Ljava/util/List;IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
        start local 1 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner newFJTaskRunner
        start local 2 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory newProcedureFactory
        start local 3 // java.util.List list
        start local 4 // int index
        start local 5 // int sectionSize
        start local 6 // boolean isLast
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* newFJTaskRunner */
            putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
         2: .line 42
            aload 0 /* this */
            aload 2 /* newProcedureFactory */
            putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedureFactory:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory;
         3: .line 43
            aload 0 /* this */
            aload 3 /* list */
            putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
         4: .line 44
            aload 0 /* this */
            iload 4 /* index */
            iload 5 /* sectionSize */
            imul
            putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.start:I
         5: .line 45
            aload 0 /* this */
            iload 6 /* isLast */
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            goto 7
      StackMap locals: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory java.util.List int int int
      StackMap stack: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask
         6: aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.start:I
            iload 5 /* sectionSize */
            iadd
      StackMap locals: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory java.util.List int int int
      StackMap stack: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask int
         7: putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.end:I
         8: .line 46
            return
        end local 6 // boolean isLast
        end local 5 // int sectionSize
        end local 4 // int index
        end local 3 // java.util.List list
        end local 2 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory newProcedureFactory
        end local 1 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner newFJTaskRunner
        end local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask<TT;TBT;>;
            0    9     1      newFJTaskRunner  Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner<TT;TBT;>;
            0    9     2  newProcedureFactory  Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory<TBT;>;
            0    9     3                 list  Ljava/util/List<TT;>;
            0    9     4                index  I
            0    9     5          sectionSize  I
            0    9     6               isLast  Z
    Signature: (Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner<TT;TBT;>;Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory<TBT;>;Ljava/util/List<TT;>;IIZ)V
    MethodParameters:
                     Name  Flags
      newFJTaskRunner      
      newProcedureFactory  
      list                 
      index                
      sectionSize          
      isLast               

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
         0: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedureFactory:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory;
            invokeinterface org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory.create:()Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            putfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
         1: .line 54
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.end:I
            iconst_1
            isub
            istore 1 /* stop */
        start local 1 // int stop
         2: .line 55
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            instanceof org.eclipse.collections.api.list.MutableList
            ifeq 5
         3: .line 57
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            checkcast org.eclipse.collections.api.list.MutableList
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.start:I
            iload 1 /* stop */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            invokeinterface org.eclipse.collections.api.list.MutableList.forEachWithIndex:(IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         4: .line 58
            goto 16
         5: .line 59
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            instanceof java.util.ArrayList
            ifeq 8
         6: .line 61
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            checkcast java.util.ArrayList
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.start:I
            iload 1 /* stop */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            invokestatic org.eclipse.collections.impl.utility.ArrayListIterate.forEachWithIndex:(Ljava/util/ArrayList;IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         7: .line 62
            goto 16
         8: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.list:Ljava/util/List;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.start:I
            iload 1 /* stop */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            invokestatic org.eclipse.collections.impl.utility.ListIterate.forEachWithIndex:(Ljava/util/List;IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
        end local 1 // int stop
         9: .line 67
            goto 16
        10: .line 68
      StackMap locals: org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask
      StackMap stack: java.lang.Throwable
            astore 1 /* newError */
        start local 1 // java.lang.Throwable newError
        11: .line 70
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
            aload 1 /* newError */
            invokevirtual org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner.setFailed:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable newError
        12: .line 74
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask;)V
            goto 17
        13: .line 73
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        14: .line 74
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask;)V
        15: .line 75
            aload 2
            athrow
        16: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask;)V
        17: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask<TT;TBT;>;
            2    9     1      stop  I
           11   12     1  newError  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     9      10  Class java.lang.Throwable
           0    12      13  any

  public BT getProcedure();
    descriptor: ()Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
         0: .line 80
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            areturn
        end local 0 // org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFJTask<TT;TBT;>;
    Signature: ()TBT;
}
Signature: <T:Ljava/lang/Object;BT::Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;>Ljava/lang/Object;Ljava/lang/Runnable;
SourceFile: "ObjectIntProcedureFJTask.java"