public final class org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask<T, BT extends org.eclipse.collections.api.block.procedure.Procedure<? 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.BatchIterableProcedureFJTask
  super_class: java.lang.Object
{
  private final org.eclipse.collections.impl.parallel.ProcedureFactory<BT> procedureFactory;
    descriptor: Lorg/eclipse/collections/impl/parallel/ProcedureFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/parallel/ProcedureFactory<TBT;>;

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

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

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

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

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

  public void <init>(org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner<T, BT>, org.eclipse.collections.impl.parallel.ProcedureFactory<BT>, org.eclipse.collections.impl.parallel.BatchIterable<T>, int, );
    descriptor: (Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;Lorg/eclipse/collections/impl/parallel/ProcedureFactory;Lorg/eclipse/collections/impl/parallel/BatchIterable;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask this
        start local 1 // org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner newFJTaskRunner
        start local 2 // org.eclipse.collections.impl.parallel.ProcedureFactory procedureFactory
        start local 3 // org.eclipse.collections.impl.parallel.BatchIterable iterable
        start local 4 // int index
        start local 5 // int count
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* newFJTaskRunner */
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;
         2: .line 35
            aload 0 /* this */
            aload 2 /* procedureFactory */
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.procedureFactory:Lorg/eclipse/collections/impl/parallel/ProcedureFactory;
         3: .line 36
            aload 0 /* this */
            aload 3 /* iterable */
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.iterable:Lorg/eclipse/collections/impl/parallel/BatchIterable;
         4: .line 37
            aload 0 /* this */
            iload 4 /* index */
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.sectionIndex:I
         5: .line 38
            aload 0 /* this */
            iload 5 /* count */
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.sectionCount:I
         6: .line 39
            return
        end local 5 // int count
        end local 4 // int index
        end local 3 // org.eclipse.collections.impl.parallel.BatchIterable iterable
        end local 2 // org.eclipse.collections.impl.parallel.ProcedureFactory procedureFactory
        end local 1 // org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner newFJTaskRunner
        end local 0 // org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTask<TT;TBT;>;
            0    7     1   newFJTaskRunner  Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner<TT;TBT;>;
            0    7     2  procedureFactory  Lorg/eclipse/collections/impl/parallel/ProcedureFactory<TBT;>;
            0    7     3          iterable  Lorg/eclipse/collections/impl/parallel/BatchIterable<TT;>;
            0    7     4             index  I
            0    7     5             count  I
    Signature: (Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner<TT;TBT;>;Lorg/eclipse/collections/impl/parallel/ProcedureFactory<TBT;>;Lorg/eclipse/collections/impl/parallel/BatchIterable<TT;>;II)V
    MethodParameters:
                  Name  Flags
      newFJTaskRunner   
      procedureFactory  
      iterable          
      index             
      count             

  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.BatchIterableProcedureFJTask this
         0: .line 46
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.procedureFactory:Lorg/eclipse/collections/impl/parallel/ProcedureFactory;
            invokeinterface org.eclipse.collections.impl.parallel.ProcedureFactory.create:()Lorg/eclipse/collections/api/block/procedure/Procedure;
            putfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/Procedure;
         1: .line 47
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.iterable:Lorg/eclipse/collections/impl/parallel/BatchIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.procedure:Lorg/eclipse/collections/api/block/procedure/Procedure;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.sectionIndex:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.sectionCount:I
            invokeinterface org.eclipse.collections.impl.parallel.BatchIterable.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
         2: .line 48
            goto 9
         3: .line 49
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* newError */
        start local 1 // java.lang.Throwable newError
         4: .line 51
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;
            aload 1 /* newError */
            invokevirtual org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner.setFailed:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable newError
         5: .line 55
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTask;)V
            goto 10
         6: .line 54
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         7: .line 55
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTask;)V
         8: .line 56
            aload 2
            athrow
         9: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask.taskRunner:Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTaskRunner;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTaskRunner.taskCompleted:(Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTask;)V
        10: .line 57
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.parallel.BatchIterableProcedureFJTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/parallel/BatchIterableProcedureFJTask<TT;TBT;>;
            4    5     1  newError  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable
           0     5       6  any

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