Uses of Interface
com.yahoo.yolean.Exceptions.SupplierThrowingIOException
Packages that use Exceptions.SupplierThrowingIOException
-
Uses of Exceptions.SupplierThrowingIOException in com.yahoo.yolean
Methods in com.yahoo.yolean with parameters of type Exceptions.SupplierThrowingIOExceptionModifier and TypeMethodDescriptionstatic <T> TExceptions.uncheck(Exceptions.SupplierThrowingIOException<T> supplier) Wraps any IOException thrown from a supplier in an UncheckedIOException.static <T> TExceptions.uncheck(Exceptions.SupplierThrowingIOException<T> supplier, String format, String... args) Wraps any IOException thrown from a supplier in an UncheckedIOException w/message.static <R,T extends IOException>
RExceptions.uncheckAndIgnore(Exceptions.SupplierThrowingIOException<R> supplier, Class<T> exceptionToIgnore) Similar to uncheck(), except null is returned if exceptionToIgnore is thrown.