Packages

trait NavigatorModelAliases[Cid] extends AnyRef

Aliases used by navigator's Scala backend, from which this package was derived.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NavigatorModelAliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ApiGenMap = ValueGenMap
  2. type ApiList = ValueList
  3. type ApiMap = ValueTextMap
  4. type ApiOptional = ValueOptional
  5. type ApiRecord = ValueRecord
  6. type ApiRecordField = (Option[Name], ApiValue)
  7. type ApiValue = Value
  8. type ApiVariant = ValueVariant
  9. type DamlLfDataType = DataType[Type, Type]

    A user-defined Daml-LF type (closed form).

    A user-defined Daml-LF type (closed form). Can be a record or variant.

  10. type DamlLfDefDataType = DefDataType[Type, Type]

    A user-defined Daml-LF type (generic form).

    A user-defined Daml-LF type (generic form). Can be a record or variant.

  11. type DamlLfEnum = Enum

    A user-defined Daml-LF enum

  12. type DamlLfIdentifier = Identifier

    An absolute reference of a Daml-LF entity.

    An absolute reference of a Daml-LF entity. Contains a Daml-LF package ID and a qualified name. Currently, such identifiers can point to: - Templates - User-defined records - User-defined variants

  13. type DamlLfPrimType = PrimType
  14. type DamlLfRecord = Record[Type]

    A user-defined Daml-LF record

  15. type DamlLfType = Type

    A simple Daml-LF type Currently, these can be: - Primitive types - Type constructor applications (i.e., dereferencing a DamlLfIdentifier) - Type variables

  16. type DamlLfTypeCon = TypeCon
  17. type DamlLfTypeConName = TypeConName
  18. type DamlLfTypeLookup = (DamlLfIdentifier) => Option[DamlLfDefDataType]
  19. type DamlLfTypeNumeric = TypeNumeric
  20. type DamlLfTypePrim = TypePrim
  21. type DamlLfTypeVar = TypeVar
  22. type DamlLfVariant = Variant[Type]

    A user-defined Daml-LF variant

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DamlLfDataType: DataType.type
  5. val DamlLfDefDataType: DefDataType.type
  6. val DamlLfEnum: Enum.type
  7. val DamlLfIdentifier: Identifier.type
  8. val DamlLfPrimType: PrimType.type
  9. val DamlLfRecord: Record.type
  10. val DamlLfTypeCon: TypeCon.type
  11. val DamlLfTypeConName: TypeConName.type
  12. val DamlLfTypeNumeric: TypeNumeric.type
  13. val DamlLfTypePrim: TypePrim.type
  14. val DamlLfTypeVar: TypeVar.type
  15. val DamlLfVariant: Variant.type
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped