public class io.vertx.mutiny.core.http.HttpServerFileUpload extends java.lang.Object implements io.vertx.mutiny.core.streams.ReadStream
{
public static final io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG;
private final io.vertx.core.http.HttpServerFileUpload delegate;
static final io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0;
private io.smallrye.mutiny.Multi multi;
public void <init>(io.vertx.core.http.HttpServerFileUpload)
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.core.http.HttpServerFileUpload;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate> = v;
return;
}
public void <init>(java.lang.Object)
{
java.lang.Object v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate> = v;
return;
}
void <init>()
{
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate> = null;
return;
}
public io.vertx.core.http.HttpServerFileUpload getDelegate()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
return v;
}
public java.lang.String toString()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
return v;
}
public boolean equals(java.lang.Object)
{
io.vertx.core.http.HttpServerFileUpload v, v;
java.lang.Class v, v;
java.lang.Object v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
boolean v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public io.vertx.mutiny.core.streams.Pipe pipe()
{
io.vertx.mutiny.core.streams.Pipe v;
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.core.streams.Pipe v;
io.smallrye.mutiny.vertx.TypeArg v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.streams.Pipe pipe()>();
v = <io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0>;
v = staticinvoke <io.vertx.mutiny.core.streams.Pipe: io.vertx.mutiny.core.streams.Pipe newInstance(io.vertx.core.streams.Pipe,io.smallrye.mutiny.vertx.TypeArg)>(v, v);
return v;
}
public io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
java.util.function.Consumer v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_pipeTo_3__2148: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.HttpServerFileUpload,io.vertx.mutiny.core.streams.WriteStream)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void pipeToAndAwait(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
io.smallrye.mutiny.groups.UniAwait v;
java.lang.Object v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void pipeToAndForget(io.vertx.mutiny.core.streams.WriteStream)
{
io.vertx.mutiny.core.streams.WriteStream v;
java.util.function.Consumer v;
io.smallrye.mutiny.groups.UniSubscribe v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.mutiny.core.streams.WriteStream;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Uni pipeTo(io.vertx.mutiny.core.streams.WriteStream)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
private io.vertx.mutiny.core.http.HttpServerFileUpload __exceptionHandler(io.vertx.core.Handler)
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload exceptionHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload exceptionHandler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v, v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.mutiny.core.http.HttpServerFileUpload __exceptionHandler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.HttpServerFileUpload __handler(io.vertx.core.Handler)
{
io.vertx.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.vertx.DelegatingHandler v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
java.util.function.Function v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = new io.smallrye.mutiny.vertx.DelegatingHandler;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda___handler_4__2149: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingHandler: void <init>(io.vertx.core.Handler,java.util.function.Function)>(v, v);
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload handler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload handler(java.util.function.Consumer)
{
java.util.function.Consumer v;
io.smallrye.mutiny.vertx.DelegatingConsumerHandler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v, v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.util.function.Consumer;
if v == null goto label;
v = new io.smallrye.mutiny.vertx.DelegatingConsumerHandler;
specialinvoke v.<io.smallrye.mutiny.vertx.DelegatingConsumerHandler: void <init>(java.util.function.Consumer)>(v);
goto label;
label:
v = null;
label:
v = specialinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.mutiny.core.http.HttpServerFileUpload __handler(io.vertx.core.Handler)>(v);
return v;
}
private io.vertx.mutiny.core.http.HttpServerFileUpload __endHandler(io.vertx.core.Handler)
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: io.vertx.core.Handler;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload endHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload endHandler(java.lang.Runnable)
{
io.vertx.core.Handler v;
io.vertx.mutiny.core.http.HttpServerFileUpload v, v;
java.lang.Runnable v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.Runnable;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_endHandler_5__2150: io.vertx.core.Handler bootstrap$(java.lang.Runnable)>(v);
v = specialinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.mutiny.core.http.HttpServerFileUpload __endHandler(io.vertx.core.Handler)>(v);
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload pause()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload pause()>();
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload resume()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload resume()>();
return v;
}
public io.vertx.mutiny.core.http.HttpServerFileUpload fetch(long)
{
long v;
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: long;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload fetch(long)>(v);
return v;
}
public io.smallrye.mutiny.Uni streamToFileSystem(java.lang.String)
{
java.util.function.Consumer v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.String;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_streamToFileSystem_6__2151: java.util.function.Consumer bootstrap$(io.vertx.mutiny.core.http.HttpServerFileUpload,java.lang.String)>(v, v);
v = staticinvoke <io.smallrye.mutiny.vertx.AsyncResultUni: io.smallrye.mutiny.Uni toUni(java.util.function.Consumer)>(v);
return v;
}
public java.lang.Void streamToFileSystemAndAwait(java.lang.String)
{
io.smallrye.mutiny.groups.UniAwait v;
java.lang.Object v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Uni streamToFileSystem(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniAwait await()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.UniAwait: java.lang.Object indefinitely()>();
return v;
}
public void streamToFileSystemAndForget(java.lang.String)
{
java.util.function.Consumer v;
io.smallrye.mutiny.groups.UniSubscribe v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Uni v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Uni streamToFileSystem(java.lang.String)>(v);
v = interfaceinvoke v.<io.smallrye.mutiny.Uni: io.smallrye.mutiny.groups.UniSubscribe subscribe()>();
v = <io.smallrye.mutiny.vertx.UniHelper: java.util.function.Consumer NOOP>;
virtualinvoke v.<io.smallrye.mutiny.groups.UniSubscribe: io.smallrye.mutiny.subscription.Cancellable 'with'(java.util.function.Consumer)>(v);
return;
}
public boolean cancelStreamToFileSystem()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
boolean v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: boolean cancelStreamToFileSystem()>();
return v;
}
public java.lang.String filename()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: java.lang.String filename()>();
return v;
}
public java.lang.String name()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: java.lang.String name()>();
return v;
}
public java.lang.String contentType()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: java.lang.String contentType()>();
return v;
}
public java.lang.String contentTransferEncoding()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: java.lang.String contentTransferEncoding()>();
return v;
}
public java.lang.String charset()
{
io.vertx.core.http.HttpServerFileUpload v;
java.lang.String v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: java.lang.String charset()>();
return v;
}
public long size()
{
long v;
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: long size()>();
return v;
}
public boolean isSizeAvailable()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
boolean v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: boolean isSizeAvailable()>();
return v;
}
public io.vertx.mutiny.core.file.AsyncFile file()
{
io.vertx.core.file.AsyncFile v;
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.file.AsyncFile v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpServerFileUpload: io.vertx.core.file.AsyncFile file()>();
v = staticinvoke <io.vertx.mutiny.core.file.AsyncFile: io.vertx.mutiny.core.file.AsyncFile newInstance(io.vertx.core.file.AsyncFile)>(v);
return v;
}
public synchronized io.smallrye.mutiny.Multi toMulti()
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
java.util.function.Function v;
io.smallrye.mutiny.Multi v, v, v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Multi multi>;
if v != null goto label;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$newInstance__2152: java.util.function.Function bootstrap$()>();
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.vertx.core.http.HttpServerFileUpload delegate>;
v = staticinvoke <io.smallrye.mutiny.vertx.MultiHelper: io.smallrye.mutiny.Multi toMulti(io.vertx.core.streams.ReadStream,java.util.function.Function)>(v, v);
v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Multi multi> = v;
label:
v = v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Multi multi>;
return v;
}
public java.lang.Iterable toBlockingIterable()
{
io.smallrye.mutiny.groups.MultiSubscribe v;
io.smallrye.mutiny.helpers.BlockingIterable v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Multi v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Multi toMulti()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Multi: io.smallrye.mutiny.groups.MultiSubscribe subscribe()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.MultiSubscribe: io.smallrye.mutiny.helpers.BlockingIterable asIterable()>();
return v;
}
public java.util.stream.Stream toBlockingStream()
{
io.smallrye.mutiny.groups.MultiSubscribe v;
java.util.stream.Stream v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
io.smallrye.mutiny.Multi v;
v := @this: io.vertx.mutiny.core.http.HttpServerFileUpload;
v = virtualinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.Multi toMulti()>();
v = interfaceinvoke v.<io.smallrye.mutiny.Multi: io.smallrye.mutiny.groups.MultiSubscribe subscribe()>();
v = virtualinvoke v.<io.smallrye.mutiny.groups.MultiSubscribe: java.util.stream.Stream asStream()>();
return v;
}
public static io.vertx.mutiny.core.http.HttpServerFileUpload newInstance(io.vertx.core.http.HttpServerFileUpload)
{
io.vertx.core.http.HttpServerFileUpload v;
io.vertx.mutiny.core.http.HttpServerFileUpload v;
v := @parameter: io.vertx.core.http.HttpServerFileUpload;
if v == null goto label;
v = new io.vertx.mutiny.core.http.HttpServerFileUpload;
specialinvoke v.<io.vertx.mutiny.core.http.HttpServerFileUpload: void <init>(io.vertx.core.http.HttpServerFileUpload)>(v);
goto label;
label:
v = null;
label:
return v;
}
static void <clinit>()
{
io.smallrye.mutiny.vertx.TypeArg v, v;
java.util.function.Function v, v, v, v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_static_0__2153: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$getDelegate__2154: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG> = v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_static_1__2155: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.HttpServerFileUpload$lambda_static_2__2156: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.HttpServerFileUpload: io.smallrye.mutiny.vertx.TypeArg TYPE_ARG_0> = v;
return;
}
}