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 ApiRecord = ValueRecord
  2. type ApiValue = Value
  3. 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.

  4. 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.

  5. type DamlLfEnum = Enum

    A user-defined Daml-LF enum

  6. 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
  7. type DamlLfPrimType = PrimType
  8. type DamlLfRecord = Record[Type]

    A user-defined Daml-LF record

  9. type DamlLfType = Type

    A simple Daml-LF type Currently, these can be:

    A simple Daml-LF type Currently, these can be:

    • Primitive types
    • Type constructor applications (i.e., dereferencing a DamlLfIdentifier)
    • Type variables
  10. type DamlLfTypeCon = TypeCon
  11. type DamlLfTypeConName = TypeConName
  12. type DamlLfTypeLookup = (DamlLfIdentifier) => Option[DamlLfDefDataType]
  13. type DamlLfTypeNumeric = TypeNumeric
  14. type DamlLfTypePrim = TypePrim
  15. type DamlLfTypeVar = TypeVar
  16. 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 DamlLfEnum: Enum.type
  6. val DamlLfIdentifier: Identifier.type
  7. val DamlLfPrimType: PrimType.type
  8. val DamlLfRecord: Record.type
  9. val DamlLfTypeCon: TypeCon.type
  10. val DamlLfTypeConName: TypeConName.type
  11. val DamlLfTypeNumeric: TypeNumeric.type
  12. val DamlLfTypePrim: TypePrim.type
  13. val DamlLfTypeVar: TypeVar.type
  14. val DamlLfVariant: Variant.type
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped