EmbeddableAttribute

wvlet.airframe.rx.html.package$.EmbeddableAttribute$
See theEmbeddableAttribute companion trait

Attributes

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

Members list

Concise view

Type members

Types

type EA[A] = EmbeddableAttribute[A]

Implicits

Implicits

implicit def embedBoolean: EmbeddableAttribute[Boolean]
implicit def embedDouble: EmbeddableAttribute[Double]
implicit def embedF0[U]: EmbeddableAttribute[() => U]
implicit def embedF1[I, U]: EmbeddableAttribute[I => U]
implicit def embedFloat: EmbeddableAttribute[Float]
implicit def embedInt: EmbeddableAttribute[Int]
implicit def embedLong: EmbeddableAttribute[Long]
implicit def embedNone: EmbeddableAttribute[None.type]
implicit def embedOption[C <: (Option), A : EmbeddableAttribute]: EmbeddableAttribute[C[A]]
implicit def embedRx[C <: (Rx), A : EmbeddableAttribute]: EmbeddableAttribute[C[A]]
implicit def embedRxOption[C <: (RxOption), A : EmbeddableAttribute]: EmbeddableAttribute[C[A]]
implicit def embedSeq[C <: (Iterable), A : EmbeddableAttribute]: EmbeddableAttribute[C[A]]
implicit def embedString: EmbeddableAttribute[String]