Package | Description |
---|---|
aQute.lib.aspects | |
aQute.lib.exceptions |
Modifier and Type | Method and Description |
---|---|
Aspects.InterceptBuilder<T> |
Aspects.InterceptBuilder.before(ConsumerWithException<Aspects.Invocation> before)
Provide a function that is called before the method is called.
|
Modifier and Type | Method and 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) |