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