Uses of Interface
org.chocosolver.util.procedure.IntProcedure
-
Packages that use IntProcedure Package Description org.chocosolver.solver.variables.delta org.chocosolver.solver.variables.delta.monitor org.chocosolver.solver.variables.view org.chocosolver.util.procedure -
-
Uses of IntProcedure in org.chocosolver.solver.variables.delta
Methods in org.chocosolver.solver.variables.delta with parameters of type IntProcedure Modifier and Type Method Description void
ISetDeltaMonitor. forEach(IntProcedure proc, SetEventType evt)
Apply 'proc' on each value storevoid
IIntDeltaMonitor. forEachRemVal(IntProcedure proc)
Apply 'proc' on each value removed. -
Uses of IntProcedure in org.chocosolver.solver.variables.delta.monitor
Methods in org.chocosolver.solver.variables.delta.monitor with parameters of type IntProcedure Modifier and Type Method Description void
SetDeltaMonitor. forEach(IntProcedure proc, SetEventType evt)
void
EnumDeltaMonitor. forEachRemVal(IntProcedure proc)
void
IntervalDeltaMonitor. forEachRemVal(IntProcedure proc)
void
OneValueDeltaMonitor. forEachRemVal(IntProcedure proc)
-
Uses of IntProcedure in org.chocosolver.solver.variables.view
Methods in org.chocosolver.solver.variables.view with parameters of type IntProcedure Modifier and Type Method Description void
ViewDeltaMonitor. forEachRemVal(IntProcedure proc)
-
Uses of IntProcedure in org.chocosolver.util.procedure
Subinterfaces of IntProcedure in org.chocosolver.util.procedure Modifier and Type Interface Description interface
BinaryIntProcedure<A,B>
interface
TernaryIntProcedure<A,B,C>
interface
UnaryIntProcedure<A>
-