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

  void <init>(java.util.function.LongConsumer, boolean);
    descriptor: (Ljava/util/function/LongConsumer;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfLong this
        start local 1 // java.util.function.LongConsumer consumer
        start local 2 // boolean ordered
         0: .line 214
            aload 0 /* this */
            iload 2 /* ordered */
            invokespecial java.util.stream.ForEachOps$ForEachOp.<init>:(Z)V
         1: .line 215
            aload 0 /* this */
            aload 1 /* consumer */
            putfield java.util.stream.ForEachOps$ForEachOp$OfLong.consumer:Ljava/util/function/LongConsumer;
         2: .line 216
            return
        end local 2 // boolean ordered
        end local 1 // java.util.function.LongConsumer consumer
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfLong this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/util/stream/ForEachOps$ForEachOp$OfLong;
            0    3     1  consumer  Ljava/util/function/LongConsumer;
            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$OfLong this
         0: .line 220
            getstatic java.util.stream.StreamShape.LONG_VALUE:Ljava/util/stream/StreamShape;
            areturn
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/stream/ForEachOps$ForEachOp$OfLong;

  public void accept(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfLong this
        start local 1 // long t
         0: .line 225
            aload 0 /* this */
            getfield java.util.stream.ForEachOps$ForEachOp$OfLong.consumer:Ljava/util/function/LongConsumer;
            lload 1 /* t */
            invokeinterface java.util.function.LongConsumer.accept:(J)V
         1: .line 226
            return
        end local 1 // long t
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/stream/ForEachOps$ForEachOp$OfLong;
            0    2     1     t  J
    MethodParameters:
      Name  Flags
      t     
}
Signature: Ljava/util/stream/ForEachOps$ForEachOp<Ljava/lang/Long;>;Ljava/util/stream/Sink$OfLong;
SourceFile: "ForEachOps.java"
NestHost: java.util.stream.ForEachOps
InnerClasses:
  abstract ForEachOp = java.util.stream.ForEachOps$ForEachOp of java.util.stream.ForEachOps
  final OfLong = java.util.stream.ForEachOps$ForEachOp$OfLong of java.util.stream.ForEachOps$ForEachOp
  public abstract OfLong = java.util.stream.Sink$OfLong of java.util.stream.Sink