Interface ExecutionContextConstructor<T extends ExecutionContext>

    • 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)  
    • Method Detail

      • construct

        default io.vavr.control.Try<T> construct​(io.vavr.control.Try<org.jetbrains.bsp.bazel.projectview.model.ProjectView> projectViewTry)
      • construct

        io.vavr.control.Try<T> construct​(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)