Uses of Interface
org.chocosolver.util.procedure.SafeIntProcedure
-
Packages that use SafeIntProcedure Package Description org.chocosolver.solver.variables.delta org.chocosolver.solver.variables.delta.monitor org.chocosolver.solver.variables.view org.chocosolver.util.procedure -
-
Uses of SafeIntProcedure in org.chocosolver.solver.variables.delta
Methods in org.chocosolver.solver.variables.delta with parameters of type SafeIntProcedure Modifier and Type Method Description void
IIntDeltaMonitor. forEachRemVal(SafeIntProcedure proc)
Apply 'proc' on each value removed. -
Uses of SafeIntProcedure in org.chocosolver.solver.variables.delta.monitor
Methods in org.chocosolver.solver.variables.delta.monitor with parameters of type SafeIntProcedure Modifier and Type Method Description void
EnumDeltaMonitor. forEachRemVal(SafeIntProcedure proc)
void
IntervalDeltaMonitor. forEachRemVal(SafeIntProcedure proc)
void
OneValueDeltaMonitor. forEachRemVal(SafeIntProcedure proc)
-
Uses of SafeIntProcedure in org.chocosolver.solver.variables.view
Methods in org.chocosolver.solver.variables.view with parameters of type SafeIntProcedure Modifier and Type Method Description void
ViewDeltaMonitor. forEachRemVal(SafeIntProcedure proc)
-
Uses of SafeIntProcedure in org.chocosolver.util.procedure
Subinterfaces of SafeIntProcedure in org.chocosolver.util.procedure Modifier and Type Interface Description interface
UnarySafeIntProcedure<A>
-