Package org.eclipse.jdt.core
Interface JavaCore.JavaCallable<V,E extends Exception>
- Enclosing class:
JavaCore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 3.37
-
Method Summary
-
Method Details
-
call
Computes a value or throws an exception.- Returns:
- the result
- Throws:
E
- the Exception of given type
-