public interface  org.apache.commons.lang.function.BooleanConsumer extends java.lang.Object
{
public static final org.apache.commons.lang.function.BooleanConsumer NOP;
public static org.apache.commons.lang.function.BooleanConsumer 'nop'()
{
org.apache.commons.lang.function.BooleanConsumer v;
v = <org.apache.commons.lang.function.BooleanConsumer: org.apache.commons.lang.function.BooleanConsumer NOP>;
return v;
}
public abstract void accept(boolean);
public org.apache.commons.lang.function.BooleanConsumer andThen(org.apache.commons.lang.function.BooleanConsumer)
{
org.apache.commons.lang.function.BooleanConsumer v, v, v;
v := @this: org.apache.commons.lang.function.BooleanConsumer;
v := @parameter: org.apache.commons.lang.function.BooleanConsumer;
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <org.apache.commons.lang.function.BooleanConsumer$lambda_andThen_1__869: org.apache.commons.lang.function.BooleanConsumer bootstrap$(org.apache.commons.lang.function.BooleanConsumer,org.apache.commons.lang.function.BooleanConsumer)>(v, v);
return v;
}
static void <clinit>()
{
org.apache.commons.lang.function.BooleanConsumer v;
v = staticinvoke <org.apache.commons.lang.function.BooleanConsumer$lambda_static_0__870: org.apache.commons.lang.function.BooleanConsumer bootstrap$()>();
<org.apache.commons.lang.function.BooleanConsumer: org.apache.commons.lang.function.BooleanConsumer NOP> = v;
return;
}
}