Interface ExecutionContextConstructor<T extends ExecutionContext>
-
- Type Parameters:
T- type of yoursExecutionContext
- All Known Implementing Classes:
InstallationContextConstructor
public interface ExecutionContextConstructor<T extends ExecutionContext>Constructs aExecutionContextfor aProjectView.- See Also:
ExecutionContext,ProjectView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default io.vavr.control.Try<T>construct(io.vavr.control.Try<org.jetbrains.bsp.bazel.projectview.model.ProjectView> projectViewTry)io.vavr.control.Try<T>construct(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)
-