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