public final class io.vertx.mutiny.core.streams.Pipe$getDelegate__1776 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.vertx.mutiny.core.streams.Pipe$getDelegate__1776 v;
v = new io.vertx.mutiny.core.streams.Pipe$getDelegate__1776;
specialinvoke v.<io.vertx.mutiny.core.streams.Pipe$getDelegate__1776: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.mutiny.core.streams.Pipe$getDelegate__1776 v;
v := @this: io.vertx.mutiny.core.streams.Pipe$getDelegate__1776;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
io.vertx.core.streams.Pipe v;
io.vertx.mutiny.core.streams.Pipe$getDelegate__1776 v;
v := @this: io.vertx.mutiny.core.streams.Pipe$getDelegate__1776;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<io.vertx.mutiny.core.streams.Pipe: io.vertx.core.streams.Pipe getDelegate()>();
return v;
}
}