Package org.eclipse.jdt.core
Interface JavaCore.JavaRunnable<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
-
run
void run() throws ERuns or throws an exception.- Throws:
E
- the Exception of given type
-