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