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