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