AttributeValue

zio.http.template2.Dom.AttributeValue
See theAttributeValue companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object BooleanValue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait BooleanValue extends AttributeValue, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class JsValue(js: Js) extends AttributeValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MultiValue(values: Vector[String], separator: AttributeSeparator) extends AttributeValue

Multi-value attribute support for attributes like class, style, etc.

Multi-value attribute support for attributes like class, style, etc.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StringValue(value: String) extends AttributeValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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

Implicits

Implicits

implicit def fromBoolean(value: Boolean): AttributeValue
implicit def fromDouble(value: Double): AttributeValue
implicit def fromInt(value: Int): AttributeValue
implicit def fromUrl(value: URL): AttributeValue
implicit def fromUuid(value: UUID): AttributeValue