Pass
Indicates a validation succeeded.
- Source:
- Validation.scala
trait Singleton
trait Product
trait Mirror
trait Validation[Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Pass.type
Type members
Inherited types
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 the result of executing the passed other by-name value.
- 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