Uses of Interface
org.apache.juneau.common.utils.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in org.apache.juneau.common.utils
Methods in org.apache.juneau.common.utils with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T> T
Utils.safe
(ThrowingSupplier<T> s) Used to wrap code that returns a value but throws an exception.