FormValue

oxygen.ui.web.FormValue
See theFormValue companion class
object FormValue

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FormValue.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def success[Value](value: Value): FormValue[Any, Value]

Extensions

Extensions

extension [StateGet, Value1](self: FormValue[StateGet, Value1])
def *>[Value2](that: FormValue[StateGet, Value2]): FormValue[StateGet, Value2]
def <*[Value2](that: FormValue[StateGet, Value2]): FormValue[StateGet, Value1]
def <*>[Value2](that: FormValue[StateGet, Value2])(using zip: Zip[Value1, Value2]): FormValue[StateGet, zip.Out]
extension [StateGet, Value](self: FormValue[StateGet, FormResult[Value]])
def absolve: FormValue[StateGet, Value]