If all outcome in the Iterable are success, returns a new Outcome success, with a List of each element's encapsulated value.
returns
If any outcome in the Iterable are failure, returns a new Outcome failure with the result of the reduce function.