works.iterative.forms.ValidationState
See theValidationState companion trait
object ValidationState
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValidationState.type
Members list
Type members
Classlikes
final case class Invalid(errors: NonEmptyChunk[(IdPath, UserMessage)]) extends ValidationState[Nothing]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationState[Nothing]class Objecttrait Matchableclass AnyShow all
object Invalid
final case class Unknown(info: List[(IdPath, UserMessage)]) extends ValidationState[Nothing]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationState[Nothing]class Objecttrait Matchableclass AnyShow all
final case class Valid[OutputValue](value: OutputValue) extends ValidationState[OutputValue]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationState[OutputValue]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def failUnless[A](id: IdPath)(condition: A => Boolean)(failMsg: UserMessage)(a: A): ValidationState[A]
def liftM[F[_] : Covariant, A, B](f: A => F[ValidationState[B]]): (ValidationState[A]) => F[ValidationState[B]]
Givens
Givens
In this article