- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Returns a result that is the logical conjunction of all of the results in the specified collection.
Returns a result that is the logical conjunction of all of the results in the specified collection.
Returns a result that is the logical conjunction of all of the results
Returns a result that is the logical conjunction of all of the results
Constructs a result that is the logical conjunction of two results.
Constructs a result that is the logical conjunction of two results.
Returns a result that is the logical disjunction of all of the results in the specified collection.
Returns a result that is the logical disjunction of all of the results in the specified collection.
Returns a result that is the logical disjunction of all of the results
Returns a result that is the logical disjunction of all of the results
Combines a collection of results to create a single result that succeeds if all of the results succeed.
Combines a collection of results to create a single result that succeeds if all of the results succeed.
Constructs a failed result with the specified value.
Constructs a failed result with the specified value.
Applies the function f
to each element of the Iterable[A]
to produce a
collection of results, then combines all of those results to create a
single result that is the logical conjunction of all of the results.
Applies the function f
to each element of the Iterable[A]
to produce a
collection of results, then combines all of those results to create a
single result that is the logical conjunction of all of the results.
Constructs a result that is the logical negation of the specified result.
Constructs a result that is the logical negation of the specified result.
Constructs a result a that is the logical disjunction of two results.
Constructs a result a that is the logical disjunction of two results.