Valid

works.iterative.forms.ValidationState.Valid
final case class Valid[OutputValue](value: OutputValue) extends ValidationState[OutputValue]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ValidationState[OutputValue]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[B](f: OutputValue => ValidationState[B]): ValidationState[B]

Attributes

Inherited from:
ValidationState
def isInvalid: Boolean

Attributes

Inherited from:
ValidationState
def map[B](f: OutputValue => B): ValidationState[B]

Attributes

Inherited from:
ValidationState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[OutputValue]

Attributes

Inherited from:
ValidationState

Concrete fields

override val isValid: Boolean