Uses of Interface
aQute.lib.exceptions.SupplierWithException
Packages that use SupplierWithException
-
Uses of SupplierWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionstatic <R> Supplier<R>
SupplierWithException.asSupplier
(SupplierWithException<R> unchecked) Deprecated.static <R> Supplier<R>
SupplierWithException.asSupplierOrElse
(SupplierWithException<R> unchecked, R orElse) Deprecated.static <R> Supplier<R>
SupplierWithException.asSupplierOrElseGet
(SupplierWithException<R> unchecked, Supplier<? extends R> orElseGet) Deprecated.