Element

korolev.util.JsCode$.Element
case class Element(elementId: ElementId, tail: JsCode) extends JsCode

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsCode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
JsCode
def ::(s: String): Part

Attributes

Inherited from:
JsCode
def mkString(elementToId: ElementId => Id): String

Attributes

Inherited from:
JsCode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product