c

com.daml.lf.engine

ValueEnricher

final class ValueEnricher extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueEnricher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ValueEnricher(engine: Engine)
  2. new ValueEnricher(compiledPackages: CompiledPackages, translateValue: (Type, Value) => Result[SValue], loadPackage: (PackageId, Reference) => Result[Unit])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def enrichChoiceArgument(templateId: Identifier, interfaceId: Option[Identifier], choiceName: Name, value: Value): Result[Value]
  7. def enrichChoiceResult(templateId: Identifier, interfaceId: Option[Identifier], choiceName: Name, value: Value): Result[Value]
  8. def enrichContract(tyCon: Identifier, value: Value): Result[Value]
  9. def enrichContract(contract: ContractInstance): Result[ContractInstance]
  10. def enrichContractKey(tyCon: Identifier, key: Option[KeyWithMaintainers]): Result[Option[KeyWithMaintainers]]
  11. def enrichContractKey(tyCon: Identifier, key: KeyWithMaintainers): Result[KeyWithMaintainers]
  12. def enrichContractKey(tyCon: Identifier, value: Value): Result[Value]
  13. def enrichIncompleteTransaction(incompleteTx: IncompleteTransaction): Result[IncompleteTransaction]
  14. def enrichNode(node: Node): Result[Node]
  15. def enrichTransaction(tx: Transaction): Result[Transaction]
  16. def enrichValue(typ: Type, value: Value): Result[Value]
  17. def enrichVersionedContract(contract: VersionedContractInstance): Result[VersionedContractInstance]
  18. def enrichVersionedContractKey(tyCon: Identifier, key: Option[VersionedKeyWithMaintainers]): Result[Option[VersionedKeyWithMaintainers]]
  19. def enrichVersionedContractKey(tyCon: Identifier, key: VersionedKeyWithMaintainers): Result[VersionedKeyWithMaintainers]
  20. def enrichVersionedTransaction(versionedTx: VersionedTransaction): Result[VersionedTransaction]
  21. def enrichVersionedValue(typ: Type, versionedValue: VersionedValue): Result[VersionedValue]
  22. def enrichVersionedView(interfaceId: Identifier, viewValue: VersionedValue): Result[VersionedValue]
  23. def enrichView(interfaceId: Identifier, viewValue: Value): Result[Value]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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

Inherited from AnyRef

Inherited from Any

Ungrouped