Uses of Interface
aQute.bnd.exceptions.SupplierWithException
Packages that use SupplierWithException
Package
Description
This package is exported by biz.aQute.bnd.util.
-
Uses of SupplierWithException in aQute.bnd.exceptions
Methods in aQute.bnd.exceptions with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionstatic <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) -
Uses of SupplierWithException in aQute.bnd.result
Methods in aQute.bnd.result with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionErr.orElseGet
(SupplierWithException<? extends V> orElseSupplier) Returns the contained value if this is anOk
value.Ok.orElseGet
(SupplierWithException<? extends V> orElseSupplier) Returns the contained value if this is anOk
value.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 SupplierWithExceptionModifier and TypeMethodDescriptionAspects.InterceptBuilder.intercept
(SupplierWithException<R> intercept, String name) Intercept a no method call -
Uses of SupplierWithException in aQute.lib.redirect
Methods in aQute.lib.redirect with parameters of type SupplierWithExceptionModifier and TypeMethodDescription<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 SupplierWithExceptionModifier and TypeMethodDescriptionprivate static JarIndex.NodeInfo
JarIndex.getNodeInfo
(ZipEntry entry, SupplierWithException<InputStream> open)