class org.apache.cassandra.utils.concurrent.Refs$1 implements com.google.common.base.Function<T, org.apache.cassandra.utils.concurrent.Ref<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.utils.concurrent.Refs$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.utils.concurrent.Refs$1 this
         0: .line 253
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.cassandra.utils.concurrent.Refs$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/utils/concurrent/Refs$1;

  public org.apache.cassandra.utils.concurrent.Ref<T> apply(T);
    descriptor: (Lorg/apache/cassandra/utils/concurrent/SelfRefCounted;)Lorg/apache/cassandra/utils/concurrent/Ref;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.cassandra.utils.concurrent.Refs$1 this
        start local 1 // org.apache.cassandra.utils.concurrent.SelfRefCounted t
         0: .line 258
            aload 1 /* t */
            invokeinterface org.apache.cassandra.utils.concurrent.SelfRefCounted.selfRef:()Lorg/apache/cassandra/utils/concurrent/Ref;
            areturn
        end local 1 // org.apache.cassandra.utils.concurrent.SelfRefCounted t
        end local 0 // org.apache.cassandra.utils.concurrent.Refs$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/utils/concurrent/Refs$1;
            0    1     1     t  TT;
    Signature: (TT;)Lorg/apache/cassandra/utils/concurrent/Ref<TT;>;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()
    MethodParameters:
      Name  Flags
      t     

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.cassandra.utils.concurrent.SelfRefCounted
            invokevirtual org.apache.cassandra.utils.concurrent.Refs$1.apply:(Lorg/apache/cassandra/utils/concurrent/SelfRefCounted;)Lorg/apache/cassandra/utils/concurrent/Ref;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Function<TT;Lorg/apache/cassandra/utils/concurrent/Ref<TT;>;>;
SourceFile: "Refs.java"
EnclosingMethod: org.apache.cassandra.utils.concurrent.Refs.selfRefs:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
NestHost: org.apache.cassandra.utils.concurrent.Refs
InnerClasses:
  org.apache.cassandra.utils.concurrent.Refs$1