Uses of Interface
org.apache.druid.java.util.common.function.TriConsumer
-
Packages that use TriConsumer Package Description org.apache.druid.java.util.common.function -
-
Uses of TriConsumer in org.apache.druid.java.util.common.function
Methods in org.apache.druid.java.util.common.function that return TriConsumer Modifier and Type Method Description default 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 TriConsumer Modifier and Type Method Description default 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.
-