NamedAttribute

tyrian.NamedAttribute
final case class NamedAttribute(name: String) extends Attr[Nothing]

An attribute of an HTML tag that only has a name, no value

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attr[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[N](f: Nothing => N): NamedAttribute

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product