Interface ExceptionalFunction<T,R>

Type Parameters:
T - the input type
R - the output type
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 interface ExceptionalFunction<T,R>
A function like Function but allows you to throw exception
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)