public final class io.vertx.core.impl.launcher.commands.Watcher$init__1580 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.vertx.core.impl.launcher.commands.Watcher$init__1580 v;
v = new io.vertx.core.impl.launcher.commands.Watcher$init__1580;
specialinvoke v.<io.vertx.core.impl.launcher.commands.Watcher$init__1580: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.core.impl.launcher.commands.Watcher$init__1580 v;
v := @this: io.vertx.core.impl.launcher.commands.Watcher$init__1580;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
java.io.File v;
io.vertx.core.impl.launcher.commands.Watcher$init__1580 v;
v := @this: io.vertx.core.impl.launcher.commands.Watcher$init__1580;
v := @parameter: java.lang.Object;
v = new java.io.File;
specialinvoke v.<java.io.File: void <init>(java.lang.String)>(v);
return v;
}
}