Uses of Interface
org.apache.juneau.common.utils.ThrowableUtils.SupplierWithThrowable
Packages that use ThrowableUtils.SupplierWithThrowable
-
Uses of ThrowableUtils.SupplierWithThrowable in org.apache.juneau.common.utils
Methods in org.apache.juneau.common.utils with parameters of type ThrowableUtils.SupplierWithThrowableModifier and TypeMethodDescriptionstatic <T> T
Utils.safeSupplier
(ThrowableUtils.SupplierWithThrowable<T> supplier) Allows you to wrap a supplier that throws an exception so that it can be used in a fluent interface.