Uses of Interface
org.fuchss.tools.lambda.SupplierWithException
Packages that use SupplierWithException
-
Uses of SupplierWithException in org.fuchss.tools.lambda
Methods in org.fuchss.tools.lambda with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionstatic <O> Supplier<O>LambdaConvert.wrap(SupplierWithException<O> supplier, Consumer<Exception> handler) Wrap aSupplierWithExceptionto aSupplier. -
Uses of SupplierWithException in rekit.util
Methods in rekit.util with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionstatic <O> OLambdaUtil.invoke(SupplierWithException<O> in) Invoke aSupplierWithException.