TypeInfo

monix.newtypes.TypeInfo
See theTypeInfo companion class
object TypeInfo

Attributes

Companion
class
Source
TypeInfo.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TypeInfo.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def of[T](implicit ev: TypeInfo[T]): TypeInfo[T]

Attributes

Source
TypeInfo.scala
def of[T](value: T)(implicit ev: TypeInfo[T]): TypeInfo[T]

Attributes

Source
TypeInfo.scala

Implicits

Implicits

implicit def forClassesK1[T[_], A](implicit a: TypeInfo[A], tag: ClassTag[T[A]]): TypeInfo[T[A]]

Attributes

Source
TypeInfo.scala
implicit def forClassesK2[T[_, _], A1, A2](implicit a1: TypeInfo[A1], a2: TypeInfo[A2], tag: ClassTag[T[A1, A2]]): TypeInfo[T[A1, A2]]

Attributes

Source
TypeInfo.scala
implicit def forClassesK3[T[_, _, _], A1, A2, A3](implicit a1: TypeInfo[A1], a2: TypeInfo[A2], a3: TypeInfo[A3], tag: ClassTag[T[A1, A2, A3]]): TypeInfo[T[A1, A2, A3]]

Attributes

Source
TypeInfo.scala
implicit def forClassesK4[T[_, _, _, _], A1, A2, A3, A4](implicit a1: TypeInfo[A1], a2: TypeInfo[A2], a3: TypeInfo[A3], a4: TypeInfo[A4], tag: ClassTag[T[A1, A2, A3, A4]]): TypeInfo[T[A1, A2, A3, A4]]

Attributes

Source
TypeInfo.scala
implicit def forClassesK5[T[_, _, _, _, _], A1, A2, A3, A4, A5](implicit a1: TypeInfo[A1], a2: TypeInfo[A2], a3: TypeInfo[A3], a4: TypeInfo[A4], a5: TypeInfo[A5], tag: ClassTag[T[A1, A2, A3, A4, A5]]): TypeInfo[T[A1, A2, A3, A4, A5]]

Attributes

Source
TypeInfo.scala
implicit def forClassesK6[T[_, _, _, _, _, _], A1, A2, A3, A4, A5, A6](implicit a1: TypeInfo[A1], a2: TypeInfo[A2], a3: TypeInfo[A3], a4: TypeInfo[A4], a5: TypeInfo[A5], a6: TypeInfo[A6], tag: ClassTag[T[A1, A2, A3, A4, A5, A6]]): TypeInfo[T[A1, A2, A3, A4, A5, A6]]

Attributes

Source
TypeInfo.scala

Inherited implicits

implicit def forClasses[T](implicit tag: ClassTag[T]): TypeInfo[T]

Attributes

Inherited from:
TypeInfoLevel0 (hidden)
Source
TypeInfo.scala