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