Uses of Interface
org.apache.flink.util.function.BiConsumerWithException
-
Packages that use BiConsumerWithException Package Description org.apache.flink.util org.apache.flink.util.function -
-
Uses of BiConsumerWithException in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type BiConsumerWithException Modifier and Type Method Description static <K,V>
voidLinkedOptionalMapSerializer. writeOptionalMap(DataOutputView out, LinkedOptionalMap<K,V> map, BiConsumerWithException<DataOutputView,K,IOException> keyWriter, BiConsumerWithException<DataOutputView,V,IOException> valueWriter) -
Uses of BiConsumerWithException in org.apache.flink.util.function
Methods in org.apache.flink.util.function with parameters of type BiConsumerWithException Modifier and Type Method Description static <A,B>
java.util.function.BiConsumer<A,B>BiConsumerWithException. unchecked(BiConsumerWithException<A,B,?> biConsumerWithException)Convert aBiConsumerWithExceptioninto aBiConsumer.
-