TypeOf

org.finos.morphir.internal.TypeOfModule.TypeOf$
See theTypeOf companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeOf.type

Members list

Value members

Concrete methods

def apply[T](implicit typeOf: TypeOf[T]): TypeOf[T]

Implicits

Implicits

implicit val boolean: TypeOf[Boolean]
implicit val double: TypeOf[Double]
implicit val float: TypeOf[Float]
implicit val int16: TypeOf[Short]
implicit val int32: TypeOf[Int]
implicit val int64: TypeOf[Long]
implicit def list[A](implicit typeOfElement: TypeOf[A]): TypeOf[List[A]]
implicit def option[A](implicit typeOf: TypeOf[A]): TypeOf[Option[A]]
implicit val string: TypeOf[String]