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