public abstract class CheckedByteIntProcedure extends java.lang.Object implements com.gs.collections.api.block.procedure.primitive.ByteIntProcedure
CheckedByteIntProcedure()
abstract void
safeValue(byte item1, int item2)
void
value(byte item1, int item2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CheckedByteIntProcedure()
public final void value(byte item1, int item2)
value
com.gs.collections.api.block.procedure.primitive.ByteIntProcedure
public abstract void safeValue(byte item1, int item2) throws java.lang.Exception
java.lang.Exception