final class java.util.stream.ForEachOps$ForEachOp$OfRef<T> extends java.util.stream.ForEachOps$ForEachOp<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.stream.ForEachOps$ForEachOp$OfRef
  super_class: java.util.stream.ForEachOps$ForEachOp
{
  final java.util.function.Consumer<? super T> consumer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Consumer<-TT;>;

  void <init>(java.util.function.Consumer<? super T>, );
    descriptor: (Ljava/util/function/Consumer;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfRef this
        start local 1 // java.util.function.Consumer consumer
        start local 2 // boolean ordered
         0: .line 177
            aload 0 /* this */
            iload 2 /* ordered */
            invokespecial java.util.stream.ForEachOps$ForEachOp.<init>:(Z)V
         1: .line 178
            aload 0 /* this */
            aload 1 /* consumer */
            putfield java.util.stream.ForEachOps$ForEachOp$OfRef.consumer:Ljava/util/function/Consumer;
         2: .line 179
            return
        end local 2 // boolean ordered
        end local 1 // java.util.function.Consumer consumer
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfRef this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/util/stream/ForEachOps$ForEachOp$OfRef<TT;>;
            0    3     1  consumer  Ljava/util/function/Consumer<-TT;>;
            0    3     2   ordered  Z
    Signature: (Ljava/util/function/Consumer<-TT;>;Z)V
    MethodParameters:
          Name  Flags
      consumer  
      ordered   

  public void accept();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.stream.ForEachOps$ForEachOp$OfRef this
        start local 1 // java.lang.Object t
         0: .line 183
            aload 0 /* this */
            getfield java.util.stream.ForEachOps$ForEachOp$OfRef.consumer:Ljava/util/function/Consumer;
            aload 1 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 184
            return
        end local 1 // java.lang.Object t
        end local 0 // java.util.stream.ForEachOps$ForEachOp$OfRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/stream/ForEachOps$ForEachOp$OfRef<TT;>;
            0    2     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     
}
Signature: <T:Ljava/lang/Object;>Ljava/util/stream/ForEachOps$ForEachOp<TT;>;
SourceFile: "ForEachOps.java"
NestHost: java.util.stream.ForEachOps
InnerClasses:
  abstract ForEachOp = java.util.stream.ForEachOps$ForEachOp of java.util.stream.ForEachOps
  final OfRef = java.util.stream.ForEachOps$ForEachOp$OfRef of java.util.stream.ForEachOps$ForEachOp