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