EmbeddableNode

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type EN[A] = EmbeddableNode[A]

Implicits

Implicits

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