Uses of Interface
aQute.bnd.exceptions.BiConsumerWithException
-
Packages that use BiConsumerWithException Package Description aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util. -
-
Uses of BiConsumerWithException in aQute.bnd.exceptions
Methods in aQute.bnd.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)
static <T,U>
java.util.function.BiConsumer<T,U>BiConsumerWithException. asBiConsumerIgnoreException(BiConsumerWithException<T,U> unchecked)
-