class io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4 implements java.util.function.Function<io.vertx.ext.auth.webauthn.Authenticator, io.vertx.core.Future<java.lang.Void>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4
  super_class: java.lang.Object
{
  final io.vertx.reactivex.ext.auth.webauthn.WebAuthn this$0;
    descriptor: Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.reactivex.functions.Function val$updater;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.reactivex.ext.auth.webauthn.WebAuthn, io.reactivex.functions.Function);
    descriptor: (Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn;Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4 this
         0: .line 316
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4.this$0:Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn;
            aload 0 /* this */
            aload 2
            putfield io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4.val$updater:Lio/reactivex/functions/Function;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn$4;
    MethodParameters:
             Name  Flags
      this$0       final
      val$updater  final

  public io.vertx.core.Future<java.lang.Void> apply(io.vertx.ext.auth.webauthn.Authenticator);
    descriptor: (Lio/vertx/ext/auth/webauthn/Authenticator;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4 this
        start local 1 // io.vertx.ext.auth.webauthn.Authenticator arg
         0: .line 320
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4.val$updater:Lio/reactivex/functions/Function;
            aload 1 /* arg */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.Completable
            astore 2 /* ret */
        start local 2 // io.reactivex.Completable ret
         1: .line 321
            goto 4
        end local 2 // io.reactivex.Completable ret
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 3 /* e */
        start local 3 // java.lang.Exception e
         3: .line 322
            aload 3 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 3 // java.lang.Exception e
        start local 2 // io.reactivex.Completable ret
         4: .line 324
      StackMap locals: io.reactivex.Completable
      StackMap stack:
            aload 2 /* ret */
            invokestatic io.vertx.reactivex.CompletableHelper.toFuture:(Lio/reactivex/Completable;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.reactivex.Completable ret
        end local 1 // io.vertx.ext.auth.webauthn.Authenticator arg
        end local 0 // io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn$4;
            0    5     1   arg  Lio/vertx/ext/auth/webauthn/Authenticator;
            1    2     2   ret  Lio/reactivex/Completable;
            4    5     2   ret  Lio/reactivex/Completable;
            3    4     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    Signature: (Lio/vertx/ext/auth/webauthn/Authenticator;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      arg   

  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 io.vertx.ext.auth.webauthn.Authenticator
            invokevirtual io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4.apply:(Lio/vertx/ext/auth/webauthn/Authenticator;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Lio/vertx/ext/auth/webauthn/Authenticator;Lio/vertx/core/Future<Ljava/lang/Void;>;>;
SourceFile: "WebAuthn.java"
EnclosingMethod: io.vertx.reactivex.ext.auth.webauthn.WebAuthn.authenticatorUpdater:(Lio/reactivex/functions/Function;)Lio/vertx/reactivex/ext/auth/webauthn/WebAuthn;
NestHost: io.vertx.reactivex.ext.auth.webauthn.WebAuthn
InnerClasses:
  io.vertx.reactivex.ext.auth.webauthn.WebAuthn$4