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