Fail
Indicates a validation failed, describing the failure with a contained error value.
- Type parameters:
- E
the type of value describing a validation failure for this
Fail
- Value parameters:
- error
an error value describing the validation failure
- Source:
- Validation.scala
Value members
Concrete methods
Ands this Validation with another, passed, Validation.
Ands this Validation with another, passed, Validation.
The result of invoking this method will be this same Fail object. It will not execute the passed by-name.
- Value parameters:
- other
the other validation to and with this one
- Returns:
the result of anding this
Validationwith the other, passed,Validation- Source:
- Validation.scala