Uses of Interface
org.apache.flink.util.function.TriConsumer
-
Packages that use TriConsumer Package Description org.apache.flink.util.function -
-
Uses of TriConsumer in org.apache.flink.util.function
Methods in org.apache.flink.util.function that return TriConsumer Modifier and Type Method Description static <A,B,C>
TriConsumer<A,B,C>TriConsumerWithException. unchecked(TriConsumerWithException<A,B,C,?> triConsumerWithException)Convert aTriConsumerWithExceptioninto aTriConsumer.
-