final class org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure implements org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure
  super_class: java.lang.Object
{
  private boolean visitedOnce;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure this
         0: .line 435
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyDoubleIterable$DoubleMinProcedure;

  public void value(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure this
        start local 1 // double each
         0: .line 443
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.visitedOnce:Z
            ifeq 4
         1: .line 445
            dload 1 /* each */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.min:D
            invokestatic java.lang.Double.compare:(DD)I
            ifge 6
         2: .line 447
            aload 0 /* this */
            dload 1 /* each */
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.min:D
         3: .line 449
            goto 6
         4: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* each */
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.min:D
         5: .line 453
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.visitedOnce:Z
         6: .line 455
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyDoubleIterable$DoubleMinProcedure;
            0    7     1  each  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.AbstractLazyDoubleIterable$DoubleMinProcedure this
         0: .line 459
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure.min:D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyDoubleIterable$DoubleMinProcedure;
}
SourceFile: "AbstractLazyDoubleIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable
InnerClasses:
  private final DoubleMinProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable$DoubleMinProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable