class io.vertx.reactivex.ext.shell.Shell$1 implements java.util.function.Function<io.vertx.ext.shell.session.Session, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.ext.shell.Shell$1
  super_class: java.lang.Object
{
  final io.vertx.reactivex.ext.shell.Shell this$0;
    descriptor: Lio/vertx/reactivex/ext/shell/Shell;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(io.vertx.reactivex.ext.shell.Shell, java.util.function.Function);
    descriptor: (Lio/vertx/reactivex/ext/shell/Shell;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.shell.Shell$1 this
         0: .line 119
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.ext.shell.Shell$1.this$0:Lio/vertx/reactivex/ext/shell/Shell;
            aload 0 /* this */
            aload 2
            putfield io.vertx.reactivex.ext.shell.Shell$1.val$prompt:Ljava/util/function/Function;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.reactivex.ext.shell.Shell$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/Shell$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$prompt  final

  public java.lang.String apply(io.vertx.ext.shell.session.Session);
    descriptor: (Lio/vertx/ext/shell/session/Session;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.Shell$1 this
        start local 1 // io.vertx.ext.shell.session.Session arg
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.Shell$1.val$prompt:Ljava/util/function/Function;
            aload 1 /* arg */
            invokestatic io.vertx.reactivex.ext.shell.session.Session.newInstance:(Lio/vertx/ext/shell/session/Session;)Lio/vertx/reactivex/ext/shell/session/Session;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 122
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // io.vertx.ext.shell.session.Session arg
        end local 0 // io.vertx.reactivex.ext.shell.Shell$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/Shell$1;
            0    2     1   arg  Lio/vertx/ext/shell/session/Session;
            1    2     2   ret  Ljava/lang/String;
    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.shell.session.Session
            invokevirtual io.vertx.reactivex.ext.shell.Shell$1.apply:(Lio/vertx/ext/shell/session/Session;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Lio/vertx/ext/shell/session/Session;Ljava/lang/String;>;
SourceFile: "Shell.java"
EnclosingMethod: io.vertx.reactivex.ext.shell.Shell.setPrompt:(Ljava/util/function/Function;)V
NestHost: io.vertx.reactivex.ext.shell.Shell
InnerClasses:
  io.vertx.reactivex.ext.shell.Shell$1