Uses of Interface
org.optaplanner.core.api.function.TriConsumer
Package
Description
Functions that are not available in
java.util.function
.Contains classes relevant to K-Opt moves.
-
Uses of TriConsumer in org.optaplanner.core.api.function
Modifier and TypeMethodDescriptiondefault TriConsumer<A,
B, C> TriConsumer.andThen
(TriConsumer<? super A, ? super B, ? super C> after) Modifier and TypeMethodDescriptiondefault TriConsumer<A,
B, C> TriConsumer.andThen
(TriConsumer<? super A, ? super B, ? super C> after) -
Uses of TriConsumer in org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt
Modifier and TypeMethodDescriptionvoid
MultipleDelegateList.actOnAffectedElements
(Object[] originalEntities, TriConsumer<Object, Integer, Integer> action)