Uses of Interface
org.apache.flink.util.function.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.apache.flink.util org.apache.flink.util.function -
-
Uses of ThrowingConsumer in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type ThrowingConsumer Modifier and Type Method Description static <T> voidLambdaUtil. applyToAllWhileSuppressingExceptions(Iterable<T> inputs, ThrowingConsumer<T,? extends Exception> throwingConsumer)This method supplies all elements from the input to the consumer. -
Uses of ThrowingConsumer in org.apache.flink.util.function
Methods in org.apache.flink.util.function with parameters of type ThrowingConsumer Modifier and Type Method Description static <A> java.util.function.Consumer<A>FunctionUtils. uncheckedConsumer(ThrowingConsumer<A,?> throwingConsumer)Converts aThrowingConsumerinto aConsumerwhich throws checked exceptions as unchecked.
-