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