FromCatsValidated
Validated instance for cats.data.Validated where error is collection type like cats.data.NonEmptyList or cats.data.NonEmptyChain
Attributes
- Source
- CatsInterop.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Types
Attributes
- Source
- CatsInterop.scala
Value members
Concrete methods
Combines a and b using AND
Returns invalid V[E] with given error
Checks if v is valid
Attributes
- Source
- CatsInterop.scala
Returns valid V[E]
Inherited methods
Combines all list using AND from left to right.
Combines all list using AND from left to right.
Attributes
- Inherited from:
- Validated
- Source
- Validated.scala
Returns error if v is invalid
Returns invalid if v is invalid
Combines all errors in single result
Combines all errors in single result
Checks if v is invalid
Combines a and b using OR
Combines all list using OR from left to right.
Combines all list using OR from left to right.
Attributes
- Inherited from:
- Validated
- Source
- Validated.scala
Validated.andAll alias
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
Attributes
- 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
Attributes
- Inherited from:
- Validated
- Source
- Validated.scala
Returns v if cond is false else returns valid
Returns v if cond is false else returns valid
Attributes
- Inherited from:
- Validated
- Source
- Validated.scala
Returns v if cond is true else returns valid
Returns v if cond is true else returns valid
Attributes
- 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
Attributes
- Inherited from:
- Validated
- Source
- Validated.scala
Returns o if a is valid else returns a