ValidatedValue

case class ValidatedValue(data: String, rules: NonEmptyList[ValidationRule], ref: Option[String]) extends Value
Companion
object
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
override def validate(nrule: ValidationRule, nrules: ValidationRule*): ValidatedValue
Definition Classes

Inherited methods

def matchRegex(regex: Regex): ValidatedValue
Inherited from
AsValidable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product