Valid

net.wiringbits.webapp.common.validators.ValidationResult$.Valid
final case class Valid[T](input: String, value: T) extends ValidationResult[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def contains(target: T): Boolean

Attributes

Inherited from:
ValidationResult
def errorMessage: Option[String]

Attributes

Inherited from:
ValidationResult

Attributes

Inherited from:
ValidationResult
def hasError: Boolean

Attributes

Inherited from:
ValidationResult
def isValid: Boolean

Attributes

Inherited from:
ValidationResult
def map[U](f: T => U): ValidationResult[U]

Attributes

Inherited from:
ValidationResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[T]

Attributes

Inherited from:
ValidationResult