Uses of Interface
ai.timefold.solver.core.api.function.TriConsumer
-
Packages that use TriConsumer Package Description ai.timefold.solver.core.api.function Functions that are not available injava.util.function.ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt Contains classes relevant to K-Opt moves. -
-
Uses of TriConsumer in ai.timefold.solver.core.api.function
Methods in ai.timefold.solver.core.api.function that return TriConsumer Modifier and Type Method Description default TriConsumer<A,B,C>TriConsumer. andThen(TriConsumer<? super A,? super B,? super C> after)Methods in ai.timefold.solver.core.api.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<A,B,C>TriConsumer. andThen(TriConsumer<? super A,? super B,? super C> after) -
Uses of TriConsumer in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type TriConsumer Modifier and Type Method Description voidMultipleDelegateList. actOnAffectedElements(Object[] originalEntities, TriConsumer<Object,Integer,Integer> action)
-