Uses of Interface
org.optaplanner.core.api.function.TriConsumer
- 
Packages that use TriConsumer Package Description org.optaplanner.core.api.function Functions that are not available injava.util.function. - 
- 
Uses of TriConsumer in org.optaplanner.core.api.function
Methods in org.optaplanner.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 org.optaplanner.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) 
 -