class io.smallrye.common.function.Functions$ExceptionSupplierFunction extends java.lang.Object implements io.smallrye.common.function.ExceptionFunction
{
static final io.smallrye.common.function.ExceptionFunction INSTANCE;
private void <init>()
{
io.smallrye.common.function.Functions$ExceptionSupplierFunction v;
v := @this: io.smallrye.common.function.Functions$ExceptionSupplierFunction;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(io.smallrye.common.function.ExceptionSupplier) throws java.lang.Exception
{
io.smallrye.common.function.Functions$ExceptionSupplierFunction v;
java.lang.Object v;
io.smallrye.common.function.ExceptionSupplier v;
v := @this: io.smallrye.common.function.Functions$ExceptionSupplierFunction;
v := @parameter: io.smallrye.common.function.ExceptionSupplier;
v = interfaceinvoke v.<io.smallrye.common.function.ExceptionSupplier: java.lang.Object get()>();
return v;
}
static void <clinit>()
{
io.smallrye.common.function.Functions$ExceptionSupplierFunction v;
v = new io.smallrye.common.function.Functions$ExceptionSupplierFunction;
specialinvoke v.<io.smallrye.common.function.Functions$ExceptionSupplierFunction: void <init>()>();
<io.smallrye.common.function.Functions$ExceptionSupplierFunction: io.smallrye.common.function.ExceptionFunction INSTANCE> = v;
return;
}
}