public class io.vertx.rxjava.servicediscovery.ServiceReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.servicediscovery.ServiceReference
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.servicediscovery.ServiceReference> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/servicediscovery/ServiceReference;>;

  private final io.vertx.servicediscovery.ServiceReference delegate;
    descriptor: Lio/vertx/servicediscovery/ServiceReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.servicediscovery.Record cached_0;
    descriptor: Lio/vertx/servicediscovery/Record;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 57
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/servicediscovery/ServiceReference.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 58
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/servicediscovery/ServiceReference.getDelegate()Lio/vertx/servicediscovery/ServiceReference; (5)
                  (Lio/vertx/rxjava/servicediscovery/ServiceReference;)Ljava/lang/Object;
         2: .line 57
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.servicediscovery.ServiceReference.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
        start local 1 // java.lang.Object o
         0: .line 46
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.servicediscovery.ServiceReference
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.servicediscovery.ServiceReference that
         4: .line 49
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            aload 2 /* that */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.servicediscovery.ServiceReference that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/servicediscovery/ServiceReference;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;

  public void <init>(io.vertx.servicediscovery.ServiceReference);
    descriptor: (Lio/vertx/servicediscovery/ServiceReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
        start local 1 // io.vertx.servicediscovery.ServiceReference delegate
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
         2: .line 65
            return
        end local 1 // io.vertx.servicediscovery.ServiceReference delegate
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            0    3     1  delegate  Lio/vertx/servicediscovery/ServiceReference;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.servicediscovery.ServiceReference getDelegate();
    descriptor: ()Lio/vertx/servicediscovery/ServiceReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            areturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;

  public io.vertx.servicediscovery.Record record();
    descriptor: ()Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.cached_0:Lio/vertx/servicediscovery/Record;
            ifnull 2
         1: .line 76
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.cached_0:Lio/vertx/servicediscovery/Record;
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.record:()Lio/vertx/servicediscovery/Record;
            astore 1 /* ret */
        start local 1 // io.vertx.servicediscovery.Record ret
         3: .line 79
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.servicediscovery.ServiceReference.cached_0:Lio/vertx/servicediscovery/Record;
         4: .line 80
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.servicediscovery.Record ret
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            3    5     1   ret  Lio/vertx/servicediscovery/Record;

  public <T> T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.get:()Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         1: .line 91
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            1    2     1   ret  TT;
    Signature: <T:Ljava/lang/Object;>()TT;

  public <X> X getAs(java.lang.Class<X>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.lang.rxjava cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
    Signature: <X:Ljava/lang/Object;>(Ljava/lang/Class<TX;>;)TX;
    MethodParameters:
      Name  Flags
      x     

  public <X> X cachedAs(java.lang.Class<X>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.lang.rxjava cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
    Signature: <X:Ljava/lang/Object;>(Ljava/lang/Class<TX;>;)TX;
    MethodParameters:
      Name  Flags
      x     

  public <T> T cached();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.cached:()Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         1: .line 122
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            1    2     1   ret  TT;
    Signature: <T:Ljava/lang/Object;>()TT;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceReference.release:()V
         1: .line 131
            return
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceReference;

  public boolean isHolding(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
        start local 1 // java.lang.Object object
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceReference.delegate:Lio/vertx/servicediscovery/ServiceReference;
            aload 1 /* object */
            invokeinterface io.vertx.servicediscovery.ServiceReference.isHolding:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 140
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Object object
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            0    2     1  object  Ljava/lang/Object;
            1    2     2     ret  Z
    MethodParameters:
        Name  Flags
      object  

  public static io.vertx.rxjava.servicediscovery.ServiceReference newInstance(io.vertx.servicediscovery.ServiceReference);
    descriptor: (Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceReference arg
         0: .line 146
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.servicediscovery.ServiceReference
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.servicediscovery.ServiceReference.<init>:(Lio/vertx/servicediscovery/ServiceReference;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.servicediscovery.ServiceReference
         2: areturn
        end local 0 // io.vertx.servicediscovery.ServiceReference arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/servicediscovery/ServiceReference;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 57
            new io.vertx.rxjava.servicediscovery.ServiceReference
            dup
            aload 0 /* obj */
            checkcast io.vertx.servicediscovery.ServiceReference
            invokespecial io.vertx.rxjava.servicediscovery.ServiceReference.<init>:(Lio/vertx/servicediscovery/ServiceReference;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "ServiceReference.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/servicediscovery/ServiceReference;)