V
- value produced by the callbackE
- exception thrown by the callback@FunctionalInterface public static interface ProjectActionContext.ProjectCallback<V,E extends Exception> extends Callable<V>
#apply(org.netbeans.modules.project.dependency.ProjectActionContext.ProjectCallback, org.netbeans.modules.project.dependency.ProjectActionContext...)
Modifier and Type | Method and Description |
---|---|
V |
call()
Performs the project operation, returning a value.
|