Uses of Interface
aQute.lib.exceptions.SupplierWithException
-
Packages that use SupplierWithException Package Description aQute.lib.exceptions -
-
Uses of SupplierWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type SupplierWithException Modifier and Type Method Description static <R> java.util.function.Supplier<R>
SupplierWithException. asSupplier(SupplierWithException<R> unchecked)
Deprecated.static <R> java.util.function.Supplier<R>
SupplierWithException. asSupplierOrElse(SupplierWithException<R> unchecked, R orElse)
Deprecated.static <R> java.util.function.Supplier<R>
SupplierWithException. asSupplierOrElseGet(SupplierWithException<R> unchecked, java.util.function.Supplier<? extends R> orElseGet)
Deprecated.
-