Attributes
Members list
Type members
Classlikes
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Collects all Exits, and returns a List of the values if all Exits succeeded, or combines the causes sequentially in case of failures. Returns None in case the input iterable is empty
Collects all Exits, and returns a List of the values if all Exits succeeded, or combines the causes sequentially in case of failures. Returns None in case the input iterable is empty
Attributes
- See also
-
collectAllParDiscard For a more performant variant that discard the successful values
Collects all Exits, and succeeds with Unit if all Exits succeeded, or combines the causes sequentially in case of failures.
Collects all Exits, and succeeds with Unit if all Exits succeeded, or combines the causes sequentially in case of failures.
Attributes
Collects all Exits, and returns a List of the values if all Exits succeeded, or combines the causes in parallel in case of failures. Returns None in case the input iterable is empty
Collects all Exits, and returns a List of the values if all Exits succeeded, or combines the causes in parallel in case of failures. Returns None in case the input iterable is empty
Attributes
- See also
-
collectAllParDiscard For a more performant variant that discard the successful values
Collects all Exits, and succeeds with Unit if all Exits succeeded, or combines the causes in parallel in case of failures.
Collects all Exits, and succeeds with Unit if all Exits succeeded, or combines the causes in parallel in case of failures.