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