Uses of Interface
org.apache.juneau.common.utils.ThrowableUtils.SupplierWithThrowable
Packages that use ThrowableUtils.SupplierWithThrowable
- 
Uses of ThrowableUtils.SupplierWithThrowable in org.apache.juneau.common.utilsMethods in org.apache.juneau.common.utils with parameters of type ThrowableUtils.SupplierWithThrowableModifier and TypeMethodDescriptionstatic <T> TUtils.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.