string

dev.cheleb.scalamigen.Form$.string$
object string extends Form[String]

Attributes

Graph
Supertypes
trait Form[String]
class Object
trait Matchable
class Any
Self type
string.type

Members list

Concise view

Value members

Concrete methods

def render(variable: Var[String]): HtmlElement

Inherited methods

def labelled(name: String, required: Boolean): Form[A]

Attributes

Inherited from:
Form
def xmap[B](to: String => B)(from: B => String): Form[B]

Attributes

Inherited from:
Form

Givens

Inherited givens

given given_Owner: Owner

Attributes

Inherited from:
Form

Extensions

Inherited extensions

extension (a: A)
def render: HtmlElement

Attributes

Inherited from:
Form