public final class io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564 extends java.lang.Object implements java.util.function.Supplier
{
public static java.util.function.Supplier bootstrap$()
{
io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564 v;
v = new io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564;
specialinvoke v.<io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564 v;
v := @this: io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object get()
{
io.vertx.core.impl.launcher.commands.StartCommand v;
io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564 v;
v := @this: io.vertx.core.impl.launcher.commands.StartCommandFactory$init__1564;
v = new io.vertx.core.impl.launcher.commands.StartCommand;
specialinvoke v.<io.vertx.core.impl.launcher.commands.StartCommand: void <init>()>();
return v;
}
}