public final class io.vertx.core.http.HttpServerRequest$getName__953 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.vertx.core.http.HttpServerRequest$getName__953 v;
v = new io.vertx.core.http.HttpServerRequest$getName__953;
specialinvoke v.<io.vertx.core.http.HttpServerRequest$getName__953: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.core.http.HttpServerRequest$getName__953 v;
v := @this: io.vertx.core.http.HttpServerRequest$getName__953;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
java.lang.String v;
io.vertx.core.http.HttpServerRequest$getName__953 v;
v := @this: io.vertx.core.http.HttpServerRequest$getName__953;
v := @parameter: java.lang.Object;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String getName()>();
return v;
}
}