Uses of Interface
org.drools.util.functions.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in org.drools.util.functions
Methods in org.drools.util.functions that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, D> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super D> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.drools.util.functions with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, D> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super D> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.