Uses of Interface
com.yahoo.yolean.Exceptions.FunctionThrowingIOException
Packages that use Exceptions.FunctionThrowingIOException
-
Uses of Exceptions.FunctionThrowingIOException in com.yahoo.yolean
Methods in com.yahoo.yolean with parameters of type Exceptions.FunctionThrowingIOExceptionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> Exceptions.uncheck(Exceptions.FunctionThrowingIOException<T, R> function) Wraps any IOException thrown from a function in an UncheckedIOException.