FromCatsValidated
Validated instance for cats.data.Validated where error is collection type like cats.data.NonEmptyList or
cats.data.NonEmptyChain
Type members
Types
Value members
Concrete methods
Inherited methods
Returns invalid if v is invalid
Returns invalid if v is invalid
- Inherited from:
- Validated
Traverse over list applying f to each element and combining all using Validated.sequence
Traverse over list applying f to each element and combining all using Validated.sequence
- Inherited from:
- Validated
Traverse over list applying f to each element and combining all using Validated.sequence
Traverse over list applying f to each element and combining all using Validated.sequence
- Inherited from:
- Validated
Returns v if cond is false else returns valid
Returns v if cond is false else returns valid
- Inherited from:
- Validated
Returns v if cond is true else returns valid
Returns v if cond is true else returns valid
- Inherited from:
- Validated
Returns f applied to a if a is invalid else returns a
Returns f applied to a if a is invalid else returns a
- Inherited from:
- Validated
Returns o if a is valid else returns a
Returns o if a is valid else returns a
- Inherited from:
- Validated