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