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