Class FunctionalTaskItem.Context

    • Method Detail

      • taskResult

        public <T extends Indexable> T taskResult​(String key)
        Get result of one of the task that belongs to this task's task group.
        Type Parameters:
        T - the actual type of the task result
        Parameters:
        key - the task key
        Returns:
        the task result, null will be returned if task has not produced a result yet
      • key

        public String key()
        Specified by:
        key in interface Indexable
        Returns:
        the index key.