Uses of Interface
org.praxislive.ide.core.api.Task.WithResult
Packages that use Task.WithResult
-
Uses of Task.WithResult in org.praxislive.ide.core.api
Classes in org.praxislive.ide.core.api that implement Task.WithResultModifier and TypeClassDescriptionstatic classA base implementation of a task with a result.Methods in org.praxislive.ide.core.api with parameters of type Task.WithResultModifier and TypeMethodDescriptionstatic <T> CompletionStage<T> Task.WithResult.compute(Task.WithResult<T> task) Execute the task wrapped in a completion stage of the result.