public interface  org.apache.commons.lang.function.FailableObjLongConsumer extends java.lang.Object
{
public static final org.apache.commons.lang.function.FailableObjLongConsumer NOP;
public static org.apache.commons.lang.function.FailableObjLongConsumer 'nop'()
{
org.apache.commons.lang.function.FailableObjLongConsumer v;
v = <org.apache.commons.lang.function.FailableObjLongConsumer: org.apache.commons.lang.function.FailableObjLongConsumer NOP>;
return v;
}
public abstract void accept(java.lang.Object, long) throws java.lang.Throwable;
static void <clinit>()
{
org.apache.commons.lang.function.FailableObjLongConsumer v;
v = staticinvoke <org.apache.commons.lang.function.FailableObjLongConsumer$lambda_static_0__157: org.apache.commons.lang.function.FailableObjLongConsumer bootstrap$()>();
<org.apache.commons.lang.function.FailableObjLongConsumer: org.apache.commons.lang.function.FailableObjLongConsumer NOP> = v;
return;
}
}