org.finos.morphir.ir.conversion

Members list

Type members

Classlikes

trait ToMorphirType[A, +Attribs]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
ToMorphirType[A, Attribs]
object ToMorphirType

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final implicit class ToMorphirTypeOps[A](self: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
trait ToMorphirValue[A, +TypeAttribs, +ValueAttribs]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final implicit class ToMorphirValueOps[A](val self: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Types

final type ToMorphirRawValue[A] = ToMorphirValue[A, Unit, Unit]
final type ToMorphirTypedValue[A] = ToMorphirValue[A, Unit, UType]
final type ToMorphirUType[A] = ToMorphirType[A, Unit]

Value members

Concrete fields

final val ToMorphirUType: ToMorphirType.type

Implicits

Implicits

final implicit def ToMorphirTypeOps[A](self: A): ToMorphirTypeOps[A]
final implicit def ToMorphirValueOps[A](self: A): ToMorphirValueOps[A]