Modifier

zio.http.template2.Modifier
See theModifier companion object
sealed trait Modifier extends Product, Serializable

Common trait for things that can be applied to elements (attributes and children)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Dom
trait Element
class Generic
class Script
class Style
object Empty
class Fragment
class RawHtml
class Text
trait Attribute
Show all

Members list

Value members

Concrete methods

def modify(element: Element): Element

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product