Class TaskRecipe


  • public final class TaskRecipe
    extends java.lang.Object
    A task recipe is a chain of tasks with optional synchronization steps, that can be used to produce some sort of result from some input
    • Method Detail

      • begin

        public <I> @NonNull TaskRecipe.TaskRecipeComponentOutputting<I,​I> begin​(@NonNull I input)
        Begin the recipe. This step always runs asynchronously.
        Type Parameters:
        I - Input type
        Parameters:
        input - Input
        Returns:
        Function that maps the input to itself