public final class io.vertx.core.impl.VertxImpl$close__1463 extends java.lang.Object implements java.util.function.Consumer
{
public static java.util.function.Consumer bootstrap$()
{
io.vertx.core.impl.VertxImpl$close__1463 v;
v = new io.vertx.core.impl.VertxImpl$close__1463;
specialinvoke v.<io.vertx.core.impl.VertxImpl$close__1463: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.core.impl.VertxImpl$close__1463 v;
v := @this: io.vertx.core.impl.VertxImpl$close__1463;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void accept(java.lang.Object)
{
io.vertx.core.impl.VertxImpl$close__1463 v;
java.lang.Object v;
v := @this: io.vertx.core.impl.VertxImpl$close__1463;
v := @parameter: java.lang.Object;
virtualinvoke v.<io.vertx.core.impl.WorkerPool: void close()>();
return;
}
}