oxygen.ui.web.FormResult
See theFormResult companion trait
object FormResult
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FormResult.type
Members list
Type members
Classlikes
final case class Error(error: FormValidationErrors) extends FormResult[Nothing]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FormResult[Nothing]class Objecttrait Matchableclass AnyShow all
final case class Success[+Value](value: Value) extends FormResult[Value]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FormResult[Value]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 fromEitherMessages[Value](fields: List[String], either: EitherMessages[Value]): FormResult[Value]
In this article