Uses of Interface
org.optaplanner.core.api.function.TriConsumer
Packages that use 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.functionMethods in org.optaplanner.core.api.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<A,B, C> TriConsumer.andThen(TriConsumer<? super A, ? super B, ? super C> after) Methods in org.optaplanner.core.api.function with parameters of type TriConsumerModifier 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.koptMethods in org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidMultipleDelegateList.actOnAffectedElements(Object[] originalEntities, TriConsumer<Object, Integer, Integer> action)