case object Pass extends Validation[Nothing] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pass
- Validation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def &&[F](other: => Validation[F]): Validation[F]
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.- other
the other validation to and with this one
- returns
the result of anding this
Validation
with the other, passed,Validation
- Definition Classes
- Pass → Validation
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product