Interface Func<TRes,​TException extends Exception>

  • Type Parameters:
    TRes - the type of the return value of the encapsulated method.
    TException - the type of exception that might be thrown.

    public interface Func<TRes,​TException extends Exception>
    Encapsulates a method that has no parameters and returns a value of the type specified by the TRes parameter.