Package com.seeq.link.sdk.interfaces
Interface CheckedActionWithResult<T,E extends Exception>
- Type Parameters:
T
- The type of value that is returnedE
- The type of exception that may be thrown
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for a function that takes no arguments and returns a value, and potentially throws a checked
exception. Used in
Stopwatch
.-
Method Summary