Interface SeeqExceptions.SupplierWithIOException<T>

Type Parameters:
T - the type to be returned
All Superinterfaces:
SeeqExceptions.SupplierWithThrows<T,IOException>
Enclosing class:
SeeqExceptions
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SeeqExceptions.SupplierWithIOException<T> extends SeeqExceptions.SupplierWithThrows<T,IOException>
Modification of Supplier where the method throws IOException