Valid

final case
class Valid[T](input: String, value: T) extends ValidationResult[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def contains(target: T): Boolean
Inherited from
ValidationResult
def errorMessage: Option[String]
Inherited from
ValidationResult
Inherited from
ValidationResult
def hasError: Boolean
Inherited from
ValidationResult
def isValid: Boolean
Inherited from
ValidationResult
def map[U](f: T => U): ValidationResult[U]
Inherited from
ValidationResult
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toOption: Option[T]
Inherited from
ValidationResult