public interface io.vertx.core.shareddata.Counter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.shareddata.Counter
  super_class: java.lang.Object
{
  public void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 37
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 38
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.Counter.get:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 39
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> get();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  public void incrementAndGet(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 52
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 53
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.Counter.incrementAndGet:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 54
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> incrementAndGet();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  public void getAndIncrement(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 67
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 68
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.Counter.getAndIncrement:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 69
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> getAndIncrement();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  public void decrementAndGet(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 82
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 83
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.Counter.decrementAndGet:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 84
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> decrementAndGet();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  public void addAndGet(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 98
            aload 3 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 99
            aload 0 /* this */
            lload 1 /* value */
            invokeinterface io.vertx.core.shareddata.Counter.addAndGet:(J)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 100
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 1 // long value
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1          value  J
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      value          
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> addAndGet(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
       Name  Flags
      value  

  public void getAndAdd(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 114
            aload 3 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 115
            aload 0 /* this */
            lload 1 /* value */
            invokeinterface io.vertx.core.shareddata.Counter.getAndAdd:(J)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 116
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 1 // long value
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1          value  J
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      value          
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Long> getAndAdd(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
       Name  Flags
      value  

  public void compareAndSet(long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (JJLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.core.shareddata.Counter this
        start local 1 // long expected
        start local 3 // long value
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 132
            aload 5 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 133
            aload 0 /* this */
            lload 1 /* expected */
            lload 3 /* value */
            invokeinterface io.vertx.core.shareddata.Counter.compareAndSet:(JJ)Lio/vertx/core/Future;
            aload 5 /* resultHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 134
            return
        end local 5 // io.vertx.core.Handler resultHandler
        end local 3 // long value
        end local 1 // long expected
        end local 0 // io.vertx.core.shareddata.Counter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/core/shareddata/Counter;
            0    3     1       expected  J
            0    3     3          value  J
            0    3     5  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      expected       
      value          
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Boolean> compareAndSet(long, long);
    descriptor: (JJ)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (JJ)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
          Name  Flags
      expected  
      value     
}
SourceFile: "Counter.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()