Uses of Interface
aQute.lib.exceptions.BiConsumerWithException
-
Packages that use BiConsumerWithException Package Description aQute.lib.exceptions -
-
Uses of BiConsumerWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type BiConsumerWithException Modifier and Type Method Description static <T,U>
java.util.function.BiConsumer<T,U>BiConsumerWithException. asBiConsumer(BiConsumerWithException<T,U> unchecked)
Deprecated.static <T,U>
java.util.function.BiConsumer<T,U>BiConsumerWithException. asBiConsumerIgnoreException(BiConsumerWithException<T,U> unchecked)
Deprecated.
-