final class java.util.stream.ForEachOps$ForEachOp$OfInt extends java.util.stream.ForEachOps$ForEachOp<java.lang.Integer> implements java.util.stream.Sink$OfInt
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.stream.ForEachOps$ForEachOp$OfInt
  super_class: java.util.stream.ForEachOps$ForEachOp
{
  final java.util.function.IntConsumer consumer;
    descriptor: Ljava/util/function/IntConsumer;
    flags: (0x0010) ACC_FINAL

  void <init>(java.util.function.IntConsumer, boolean);
    descriptor: (Ljava/util/function/IntConsumer;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
        start local 1 // java.util.function.IntConsumer consumer
        start local 2 // boolean ordered
         0: .line 193
            aload 0 /* this */
            iload 2 /* ordered */
            invokespecial java.util.stream.ForEachOps$ForEachOp.<init>:(Z)V
         1: .line 194
            aload 0 /* this */
            aload 1 /* consumer */
            putfield java.util.stream.ForEachOps$ForEachOp$OfInt.consumer:Ljava/util/function/IntConsumer;
         2: .line 195
            return
        end local 2 // boolean ordered
        end local 1 // java.util.function.IntConsumer consumer
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/util/stream/ForEachOps$ForEachOp$OfInt;
            0    3     1  consumer  Ljava/util/function/IntConsumer;
            0    3     2   ordered  Z
    MethodParameters:
          Name  Flags
      consumer  
      ordered   

  public java.util.stream.StreamShape inputShape();
    descriptor: ()Ljava/util/stream/StreamShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
         0: .line 199
            getstatic java.util.stream.StreamShape.INT_VALUE:Ljava/util/stream/StreamShape;
            areturn
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/stream/ForEachOps$ForEachOp$OfInt;

  public void accept(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
        start local 1 // int t
         0: .line 204
            aload 0 /* this */
            getfield java.util.stream.ForEachOps$ForEachOp$OfInt.consumer:Ljava/util/function/IntConsumer;
            iload 1 /* t */
            invokeinterface java.util.function.IntConsumer.accept:(I)V
         1: .line 205
            return
        end local 1 // int t
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/stream/ForEachOps$ForEachOp$OfInt;
            0    2     1     t  I
    MethodParameters:
      Name  Flags
      t     
}
Signature: Ljava/util/stream/ForEachOps$ForEachOp<Ljava/lang/Integer;>;Ljava/util/stream/Sink$OfInt;
SourceFile: "ForEachOps.java"
NestHost: java.util.stream.ForEachOps
InnerClasses:
  abstract ForEachOp = java.util.stream.ForEachOps$ForEachOp of java.util.stream.ForEachOps
  final OfInt = java.util.stream.ForEachOps$ForEachOp$OfInt of java.util.stream.ForEachOps$ForEachOp
  public abstract OfInt = java.util.stream.Sink$OfInt of java.util.stream.Sink