EmbeddableAttribute

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type EA[A] = EmbeddableAttribute[A]

Implicits

Implicits

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