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