Success
oxygen.ui.web.FormResult.Success
final case class Success[+Value](value: Value) extends FormResult[Value]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FormResult[Value]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- FormResult
final def flatMapEitherError[Value2](fields: List[String])(f: Value => EitherError[Value2]): FormResult[Value2]
Attributes
- Inherited from:
- FormResult
final def flatMapEitherMessage[Value2](fields: List[String])(f: Value => EitherMessage[Value2]): FormResult[Value2]
Attributes
- Inherited from:
- FormResult
final def flatMapEitherMessages[Value2](fields: List[String])(f: Value => EitherMessages[Value2]): FormResult[Value2]
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- FormResult
final def zipWith[Value2, Out](that: FormResult[Value2])(f: (Value, Value2) => Out): FormResult[Out]
Attributes
- Inherited from:
- FormResult
In this article