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

  private byte max;
    descriptor: B
    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.AbstractLazyByteIterable$ByteMaxProcedure this
         0: .line 407
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyByteIterable$ByteMaxProcedure;

  public void value(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure this
        start local 1 // byte each
         0: .line 415
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.visitedOnce:Z
            ifeq 4
         1: .line 417
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.max:B
            iload 1 /* each */
            if_icmpge 6
         2: .line 419
            aload 0 /* this */
            iload 1 /* each */
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.max:B
         3: .line 421
            goto 6
         4: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* each */
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.max:B
         5: .line 425
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.visitedOnce:Z
         6: .line 427
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyByteIterable$ByteMaxProcedure;
            0    7     1  each  B
    MethodParameters:
      Name  Flags
      each  

  public byte getValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure this
         0: .line 431
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure.max:B
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyByteIterable$ByteMaxProcedure;
}
SourceFile: "AbstractLazyByteIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable
InnerClasses:
  private final ByteMaxProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable$ByteMaxProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable