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