FromCatsValidated
Validated instance for cats.data.Validated where error is collection type like cats.data.NonEmptyList or
cats.data.NonEmptyChain
- Source:
- CatsInterop.scala
Type members
Types
Value members
Concrete methods
Inherited methods
Combiness all list using AND
Combiness all list using AND
- Inherited from:
- Validated
- Source:
- Validated.scala
Returns error if v is invalid
Returns error if v is invalid
- Inherited from:
- Validated
- Source:
- Validated.scala
Returns invalid if v is invalid
Returns invalid if v is invalid
- Inherited from:
- Validated
- Source:
- Validated.scala
Combiness all list using OR
Combiness all list using OR
- Inherited from:
- Validated
- Source:
- Validated.scala
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
- Source:
- Validated.scala
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
- Source:
- Validated.scala
Returns v if cond is false else returns valid
Returns v if cond is false else returns valid
- Inherited from:
- Validated
- Source:
- Validated.scala
Returns v if cond is true else returns valid
Returns v if cond is true else returns valid
- Inherited from:
- Validated
- Source:
- Validated.scala
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
- Source:
- Validated.scala
Returns o if a is valid else returns a
Returns o if a is valid else returns a
- Inherited from:
- Validated
- Source:
- Validated.scala