Interface SeeqExceptions.SupplierWithThrows<T,E extends Throwable>

Type Parameters:
T - the type to be returned
E - the checked exception type thrown
All Known Subinterfaces:
SeeqExceptions.SupplierWithIOException<T>
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.SupplierWithThrows<T,E extends Throwable>
Modification of Supplier where the method throws E
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details