Interface ProjectActionContext.ProjectCallback<V, E extends Exception>
- Type Parameters:
V
- value produced by the callbackE
- exception thrown by the callback
- All Superinterfaces:
Callable<V>
- Enclosing class:
ProjectActionContext
- 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 static interface ProjectActionContext.ProjectCallback<V, E extends Exception>
extends Callable<V>
Functional callback interface to be used with
ProjectActionContext.apply(org.netbeans.modules.project.dependency.ProjectActionContext.ProjectCallback, org.netbeans.modules.project.dependency.ProjectActionContext...)
- Since:
- 1.89
-
Method Summary
-
Method Details
-
call
-