EmbeddableNode

wvlet.airframe.rx.html.package$.EmbeddableNode$
See theEmbeddableNode companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type EN[A] = EmbeddableNode[A]

Implicits

Implicits

implicit def embedBoolean: EmbeddableNode[Boolean]
implicit def embedByte: EmbeddableNode[Byte]
implicit def embedChar: EmbeddableNode[Char]
implicit def embedDouble: EmbeddableNode[Double]
implicit def embedFloat: EmbeddableNode[Float]
implicit def embedHtmlNode[A <: HtmlNode]: EmbeddableNode[A]
implicit def embedInt: EmbeddableNode[Int]
implicit def embedLong: EmbeddableNode[Long]
implicit def embedNil: EmbeddableNode[Nil]
implicit def embedNone: EmbeddableNode[None.type]
implicit def embedOption[C <: (Option), A : EmbeddableNode]: EmbeddableNode[C[A]]
implicit def embedRx[C <: (Rx), A : EmbeddableNode]: EmbeddableNode[C[A]]
implicit def embedRxOption[C <: (RxOption), A : EmbeddableNode]: EmbeddableNode[C[A]]
implicit def embedSeq[C <: (Iterable), A : EmbeddableNode]: EmbeddableNode[C[A]]
implicit def embedShort: EmbeddableNode[Short]
implicit def embedString: EmbeddableNode[String]

Inherited implicits

implicit def embedHtmlElement[A <: Element]: EmbeddableNode[A]

Attributes

Inherited from:
PlatformEmbeddableNode