TaskResult().combine() is intended for combining different instances of the same TaskResult child class, to collect yielded results during lazy running. Another method might be useful in future to combine different child classes of TaskResult into one ("merge" perhaps?).
TaskResult().combine()is intended for combining different instances of the same TaskResult child class, to collect yielded results during lazy running. Another method might be useful in future to combine different child classes of TaskResult into one ("merge" perhaps?).