Packages

final case class Template[+PkgId](packageId: PkgId, moduleName: String, entityName: String) extends Definite[PkgId] with Ops[Template, PkgId] with Product with Serializable

A contract type ID known to be a template, not an interface. When resolved, it indicates that the LF environment associates this ID with a template. When unresolved, it indicates that the intent is to search only template IDs for resolution, and that resolving to an interface ID should be an error.

Linear Supertypes
Definite[PkgId], ContractTypeId[PkgId], Ops[[_]Template[_], PkgId], Serializable, Product3[PkgId, String, String], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Template
  2. Definite
  3. ContractTypeId
  4. Ops
  5. Serializable
  6. Product3
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Template(packageId: PkgId, moduleName: String, entityName: String)

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. def _1: PkgId
    Definition Classes
    ContractTypeId → Product3
  5. def _2: String
    Definition Classes
    ContractTypeId → Product3
  6. def _3: String
    Definition Classes
    ContractTypeId → Product3
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def copy[PkgId0](packageId: PkgId0 = packageId, moduleName: String = moduleName, entityName: String = entityName): Template[PkgId0]
    Definition Classes
    TemplateOps
  10. val entityName: String
    Definition Classes
    TemplateContractTypeId
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def equals(o: Any): Boolean
    Definition Classes
    ContractTypeId → Equals → AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def hashCode(): Int
    Definition Classes
    ContractTypeId → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val moduleName: String
    Definition Classes
    TemplateContractTypeId
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val packageId: PkgId
    Definition Classes
    TemplateContractTypeId
  21. def productArity: Int
    Definition Classes
    Product3 → Product
  22. def productElement(n: Int): Any
    Definition Classes
    Product3 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    Template → Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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 Definite[PkgId]

Inherited from ContractTypeId[PkgId]

Inherited from Ops[[_]Template[_], PkgId]

Inherited from Serializable

Inherited from Product3[PkgId, String, String]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped