Package | Description |
---|---|
aQute.lib.aspects | |
aQute.lib.exceptions |
Modifier and Type | Method and Description |
---|---|
<R> Aspects.InterceptBuilder<T> |
Aspects.InterceptBuilder.intercept(SupplierWithException<R> intercept,
java.lang.String name)
Intercept a no method call
|
Modifier and Type | Method and Description |
---|---|
static <R> java.util.function.Supplier<R> |
SupplierWithException.asSupplier(SupplierWithException<R> unchecked) |
static <R> java.util.function.Supplier<R> |
SupplierWithException.asSupplierOrElse(SupplierWithException<R> unchecked,
R orElse) |
static <R> java.util.function.Supplier<R> |
SupplierWithException.asSupplierOrElseGet(SupplierWithException<R> unchecked,
java.util.function.Supplier<? extends R> orElseGet) |