final class Handler extends Template
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Handler
- Template
- DamlRecord
- DefinedDataType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(): Update[Created[ContractId]]
- Definition Classes
- Handler → Template
- Annotations
- @Override()
- def createAnd(): CreateAnd
- Definition Classes
- Handler → Template
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(object: AnyRef): Boolean
- Definition Classes
- Handler → AnyRef → Any
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCompanion(): WithoutKey[Handler.Contract, ContractId, Handler]
- Attributes
- protected[deeplynestedvalue]
- Definition Classes
- Handler → Template
- Annotations
- @Override()
- final def getContractTypeId(): Identifier
- Definition Classes
- Template
- def hashCode(): Int
- Definition Classes
- Handler → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonEncoder(): JsonLfEncoder
- Definition Classes
- Handler → DefinedDataType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson(): String
- Definition Classes
- DefinedDataType
- def toString(): String
- Definition Classes
- Handler → AnyRef → Any
- Annotations
- @Override()
- def toValue(): DamlRecord
- Definition Classes
- Handler → DamlRecord → DefinedDataType
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def createAndExerciseArchive(): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseArchive(arg: Archive): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseConstruct(i: Long): Update[Exercised[Nat]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseConstruct(arg: Construct): Update[Exercised[Nat]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseConstructThenDestruct(i: Long): Update[Exercised[Long]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseConstructThenDestruct(arg: ConstructThenDestruct): Update[Exercised[Long]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseCreate(i: Long): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseCreate(arg: Create): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseDestruct(n: Nat): Update[Exercised[Long]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseDestruct(arg: Destruct): Update[Exercised[Long]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseFetch(cid: ContractId): Update[Exercised[Contract]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseFetch(arg: Fetch): Update[Exercised[Contract]]
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)