final class org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure<T, V> implements org.eclipse.collections.api.block.procedure.Procedure<T>, org.eclipse.collections.impl.parallel.ProcedureFactory<org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure<T, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure
  super_class: java.lang.Object
{
  private final org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap<V> map;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap<TV;>;

  private final org.eclipse.collections.api.block.function.Function<? super T, ? extends V> groupBy;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;

  private final org.eclipse.collections.api.block.function.primitive.IntFunction<? super T> function;
    descriptor: Lorg/eclipse/collections/api/block/function/primitive/IntFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;

  private void <init>(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 1588
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1584
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
            putfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.map:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
         2: .line 1590
            aload 0 /* this */
            aload 1 /* groupBy */
            putfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.groupBy:Lorg/eclipse/collections/api/block/function/Function;
         3: .line 1591
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.function:Lorg/eclipse/collections/api/block/function/primitive/IntFunction;
         4: .line 1592
            return
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;
            0    5     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    5     2  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)V
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public void value();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
        start local 1 // java.lang.Object each
         0: .line 1597
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.map:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.groupBy:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.function:Lorg/eclipse/collections/api/block/function/primitive/IntFunction;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntFunction.intValueOf:(Ljava/lang/Object;)I
            i2l
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.addToValue:(Ljava/lang/Object;J)J
            pop2
         1: .line 1598
            return
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;
            0    2     1  each  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      each  

  public org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap<V> getResult();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
         0: .line 1602
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.map:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
            areturn
        end local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap<TV;>;

  public org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure<T, V> create();
    descriptor: ()Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
         0: .line 1608
            new org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.groupBy:Lorg/eclipse/collections/api/block/function/Function;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.function:Lorg/eclipse/collections/api/block/function/primitive/IntFunction;
            invokespecial org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.<init>:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)V
            areturn
        end local 0 // org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;

  public org.eclipse.collections.api.block.procedure.Procedure create();
    descriptor: ()Lorg/eclipse/collections/api/block/procedure/Procedure;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure.create:()Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;Lorg/eclipse/collections/impl/parallel/ProcedureFactory<Lorg/eclipse/collections/impl/parallel/ParallelIterate$SumByIntProcedure<TT;TV;>;>;
SourceFile: "ParallelIterate.java"
NestHost: org.eclipse.collections.impl.parallel.ParallelIterate
InnerClasses:
  private final SumByIntProcedure = org.eclipse.collections.impl.parallel.ParallelIterate$SumByIntProcedure of org.eclipse.collections.impl.parallel.ParallelIterate