final class org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure implements org.eclipse.collections.api.block.procedure.primitive.FloatProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure
  super_class: java.lang.Object
{
  private double sum;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double compensation;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
         0: .line 463
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 465
            aload 0 /* this */
            dconst_0
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.sum:D
         2: .line 466
            aload 0 /* this */
            dconst_0
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.compensation:D
         3: .line 463
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyFloatIterable$FloatSumProcedure;

  public void value(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
        start local 1 // float each
         0: .line 471
            fload 1 /* each */
            f2d
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.compensation:D
            dsub
            dstore 2 /* adjustedValue */
        start local 2 // double adjustedValue
         1: .line 472
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.sum:D
            dload 2 /* adjustedValue */
            dadd
            dstore 4 /* nextSum */
        start local 4 // double nextSum
         2: .line 473
            aload 0 /* this */
            dload 4 /* nextSum */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.sum:D
            dsub
            dload 2 /* adjustedValue */
            dsub
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.compensation:D
         3: .line 474
            aload 0 /* this */
            dload 4 /* nextSum */
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.sum:D
         4: .line 475
            return
        end local 4 // double nextSum
        end local 2 // double adjustedValue
        end local 1 // float each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyFloatIterable$FloatSumProcedure;
            0    5     1           each  F
            1    5     2  adjustedValue  D
            2    5     4        nextSum  D
    MethodParameters:
      Name  Flags
      each  

  public double getValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
         0: .line 479
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure.sum:D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyFloatIterable$FloatSumProcedure;
}
SourceFile: "AbstractLazyFloatIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
InnerClasses:
  private final FloatSumProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable$FloatSumProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable