TypeInfo

monix.newtypes.TypeInfo
See theTypeInfo companion object
final case class TypeInfo[T](typeName: String, typeLabel: String, packageName: String, typeParams: List[Option[TypeInfo[_]]])

TypeInfo values are used as replacement for ClassTag, to extract type info at compile-time (name, package) and use that for debugging purposes (e.g. better error messages).

Attributes

Companion
object
Source
TypeInfo.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
TypeInfo.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product