Skip to content

v1.1.0 - Result.collect() constructor

Compare
Choose a tag to compare
@mplanchard mplanchard released this 03 Jan 19:48
· 33 commits to master since this release

1.1.0 - 2019-01-03

Added

  • Result.collect(iterable: Iterable[T, E]) -> Result[Tuple[T, ...], E] added
    to collect an iterable of results into a single result, short-circuiting
    if any errors are encountered