Uses of Interface
aQute.lib.exceptions.ConsumerWithException
-
Packages that use ConsumerWithException Package Description aQute.lib.aspects aQute.lib.exceptions -
-
Uses of ConsumerWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type ConsumerWithException Modifier and Type Method Description Aspects.InterceptBuilder<T>
Aspects.InterceptBuilder. before(ConsumerWithException<Aspects.Invocation> before)
Provide a function that is called before the method is called. -
Uses of ConsumerWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type ConsumerWithException Modifier and Type Method Description static <T> java.util.function.Consumer<T>
ConsumerWithException. asConsumer(ConsumerWithException<T> unchecked)
static <T> java.util.function.Consumer<T>
ConsumerWithException. asConsumerIgnoreException(ConsumerWithException<T> unchecked)
-