Uses of Interface
aQute.bnd.exceptions.SupplierWithException
-
Packages that use SupplierWithException Package Description aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util.aQute.bnd.result aQute.lib.aspects aQute.lib.redirect aQute.lib.zip -
-
Uses of SupplierWithException in aQute.bnd.exceptions
Methods in aQute.bnd.exceptions with parameters of type SupplierWithException Modifier and Type Method 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)
-
Uses of SupplierWithException in aQute.bnd.result
Methods in aQute.bnd.result with parameters of type SupplierWithException Modifier and Type Method Description V
Err. orElseGet(SupplierWithException<? extends V> orElseSupplier)
Returns the contained value if this is anOk
value.V
Ok. orElseGet(SupplierWithException<? extends V> orElseSupplier)
Returns the contained value if this is anOk
value.V
Result. orElseGet(SupplierWithException<? extends V> orElseSupplier)
Returns the contained value if this is anOk
value. -
Uses of SupplierWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type SupplierWithException Modifier and Type Method Description <R> Aspects.InterceptBuilder<T>
Aspects.InterceptBuilder. intercept(SupplierWithException<R> intercept, java.lang.String name)
Intercept a no method call -
Uses of SupplierWithException in aQute.lib.redirect
Methods in aQute.lib.redirect with parameters of type SupplierWithException Modifier and Type Method Description <R> R
Redirect. apply(SupplierWithException<R> f)
Call the supplier and return the result. -
Uses of SupplierWithException in aQute.lib.zip
Methods in aQute.lib.zip with parameters of type SupplierWithException Modifier and Type Method Description private static JarIndex.NodeInfo
JarIndex. getNodeInfo(java.util.zip.ZipEntry entry, SupplierWithException<java.io.InputStream> open)
-