class io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 extends io.vertx.core.AbstractVerticle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.shell.command.impl.CommandRegistryImpl$1
  super_class: io.vertx.core.AbstractVerticle
{
  final io.vertx.ext.shell.command.impl.CommandRegistryImpl this$0;
    descriptor: Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$commands;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.shell.command.impl.CommandRegistryImpl, java.util.List);
    descriptor: (Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
         0: .line 140
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.this$0:Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.val$commands:Ljava/util/List;
            aload 0 /* this */
            invokespecial io.vertx.core.AbstractVerticle.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/CommandRegistryImpl$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$commands  final

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
         0: .line 144
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* newReg */
        start local 1 // java.util.Map newReg
         1: .line 145
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.val$commands:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.shell.command.Command
            astore 2 /* command */
        start local 2 // io.vertx.ext.shell.command.Command command
         3: .line 146
            aload 2 /* command */
            invokeinterface io.vertx.ext.shell.command.Command.name:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         4: .line 147
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.this$0:Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl.commandMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 4 /* name */
            invokevirtual java.util.concurrent.ConcurrentHashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 148
            new java.lang.Exception
            dup
            new java.lang.StringBuilder
            dup
            ldc "Command "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " already registered"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 150
      StackMap locals: io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 java.util.Map io.vertx.ext.shell.command.Command java.util.Iterator java.lang.String
      StackMap stack:
            new io.vertx.ext.shell.command.impl.CommandRegistration
            dup
            aload 2 /* command */
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.deploymentID:()Ljava/lang/String;
            invokespecial io.vertx.ext.shell.command.impl.CommandRegistration.<init>:(Lio/vertx/ext/shell/command/Command;Ljava/lang/String;)V
            astore 5 /* registration */
        start local 5 // io.vertx.ext.shell.command.impl.CommandRegistration registration
         7: .line 151
            aload 1 /* newReg */
            aload 4 /* name */
            aload 5 /* registration */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // io.vertx.ext.shell.command.impl.CommandRegistration registration
        end local 4 // java.lang.String name
        end local 2 // io.vertx.ext.shell.command.Command command
         8: .line 145
      StackMap locals: io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 java.util.Map top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 153
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.this$0:Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl.commandMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* newReg */
            invokevirtual java.util.concurrent.ConcurrentHashMap.putAll:(Ljava/util/Map;)V
        10: .line 154
            return
        end local 1 // java.util.Map newReg
        end local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/vertx/ext/shell/command/impl/CommandRegistryImpl$1;
            1   11     1        newReg  Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/shell/command/impl/CommandRegistration;>;
            3    8     2       command  Lio/vertx/ext/shell/command/Command;
            4    8     4          name  Ljava/lang/String;
            7    8     5  registration  Lio/vertx/ext/shell/command/impl/CommandRegistration;
    Exceptions:
      throws java.lang.Exception

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
         0: .line 158
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.deploymentID:()Ljava/lang/String;
            astore 1 /* deploymentId */
        start local 1 // java.lang.String deploymentId
         1: .line 159
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl$1.this$0:Lio/vertx/ext/shell/command/impl/CommandRegistryImpl;
            getfield io.vertx.ext.shell.command.impl.CommandRegistryImpl.commandMap:Ljava/util/concurrent/ConcurrentHashMap;
            invokevirtual java.util.concurrent.ConcurrentHashMap.values:()Ljava/util/Collection;
            aload 1 /* deploymentId */
            invokedynamic test(Ljava/lang/String;)Ljava/util/function/Predicate;
              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;)Z
                  io/vertx/ext/shell/command/impl/CommandRegistryImpl$1.lambda$0(Ljava/lang/String;Lio/vertx/ext/shell/command/impl/CommandRegistration;)Z (6)
                  (Lio/vertx/ext/shell/command/impl/CommandRegistration;)Z
            invokeinterface java.util.Collection.removeIf:(Ljava/util/function/Predicate;)Z
            pop
         2: .line 160
            return
        end local 1 // java.lang.String deploymentId
        end local 0 // io.vertx.ext.shell.command.impl.CommandRegistryImpl$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/ext/shell/command/impl/CommandRegistryImpl$1;
            1    3     1  deploymentId  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception

  private static boolean lambda$0(java.lang.String, io.vertx.ext.shell.command.impl.CommandRegistration);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/shell/command/impl/CommandRegistration;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.ext.shell.command.impl.CommandRegistration reg
         0: .line 159
            aload 0
            aload 1 /* reg */
            getfield io.vertx.ext.shell.command.impl.CommandRegistration.deploymendID:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // io.vertx.ext.shell.command.impl.CommandRegistration reg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1   reg  Lio/vertx/ext/shell/command/impl/CommandRegistration;
}
SourceFile: "CommandRegistryImpl.java"
EnclosingMethod: io.vertx.ext.shell.command.impl.CommandRegistryImpl.registerCommands:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandRegistry;
NestHost: io.vertx.ext.shell.command.impl.CommandRegistryImpl
InnerClasses:
  io.vertx.ext.shell.command.impl.CommandRegistryImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles