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