Skip to content

1.4.0 - Result::all()

Latest
Compare
Choose a tag to compare
@someniatko someniatko released this 20 Jun 08:46
· 1 commit to master since this release

New static method Result::all() which either returns a Success with the list of wrapped values, if all given Results are Success, or Error with the list of wrapped Error values otherwise.