Packages

object PaintHouse extends TemplateCompanion[PaintHouse] with (Party, Party) => PaintHouse with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PaintHouse
  2. Serializable
  3. Function2
  4. TemplateCompanion
  5. ViaFields
  6. ValueRefCompanion
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ContractId = daml.ledger.client.binding.Primitive.ContractId[PaintHouse]
    Definition Classes
    TemplateCompanion
  2. implicit final class PaintHouse syntax[+ ExOn] extends AnyVal
  3. abstract class Value ValueRef[A] extends Value[A]
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
    Annotations
    @SuppressWarnings()
  4. type key = Nothing
    Definition Classes
    PaintHouse → TemplateCompanion
  5. trait view[ C[_]] extends RecordView[ C, view]

Value Members

  1. final def arguments(elems: (String, Value)*): Record
    Attributes
    protected
    Definition Classes
    TemplateCompanion
  2. final def createVariantOfSynthRecord(k: String, o: (String, Value)*): Variant
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
  3. lazy val dataTypeId: Identifier
    Attributes
    protected
    Definition Classes
    TemplateCompanion → ValueRefCompanion
  4. final def enum(constructor: String): Enum
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
  5. final def exercise[ExOn, Out](actor: Party, receiver: ExOn, choiceId: String, arguments: Option[Value])(implicit exon: ExerciseOn[ExOn, PaintHouse]): Update[Out]
    Attributes
    protected
    Definition Classes
    TemplateCompanion
  6. final def mkDataTypeId(packageId: String, moduleName: String, entityName: String): Identifier
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
  7. final def record(elements: (String, Value)*): Record
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
  8. final def templateId(packageId: String, moduleName: String, entityName: String): TemplateId[PaintHouse]
    Attributes
    protected
    Definition Classes
    TemplateCompanion
  9. final def variant(constructor: String, value: Value): Variant
    Attributes
    protected
    Definition Classes
    ValueRefCompanion
  10. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def ##: Int
    Definition Classes
    AnyRef → Any
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. val consumingChoices: Set[ChoiceId]
    Definition Classes
    PaintHouse → TemplateCompanion
  16. def curried: (Party) => (Party) => PaintHouse
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  17. val describesTemplate: <~<[PaintHouse, Template[PaintHouse]]
    Definition Classes
    TemplateCompanion
  18. def encoding(lte: LfTypeEncoding)(view : view[Field]): Out[PaintHouse]
    Definition Classes
    PaintHouse → ViaFields
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def fieldEncoding(lte: LfTypeEncoding): view[Field]
    Definition Classes
    PaintHouse → ViaFields
  22. def fromNamedArguments( r: Record): Option[PaintHouse]
    Definition Classes
    PaintHouse → TemplateCompanion
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val id: TemplateId[PaintHouse]
    Definition Classes
    PaintHouse → TemplateCompanion
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def key(k: key)(implicit enc: ValueEncoder[key]): Key[PaintHouse]
    Definition Classes
    TemplateCompanion
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. implicit final def the TemplateCompanion: PaintHouse.this.type
    Definition Classes
    TemplateCompanion
  33. implicit val the template LfEncodable: LfEncodable[PaintHouse]
    Definition Classes
    TemplateCompanion
  34. implicit val the template Value: Value[PaintHouse]
    Definition Classes
    TemplateCompanion
  35. def toNamedArguments( self: PaintHouse): Record
    Definition Classes
    PaintHouse → TemplateCompanion
  36. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  37. def tupled: ((Party, Party)) => PaintHouse
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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 Serializable

Inherited from (Party, Party) => PaintHouse

Inherited from ViaFields[PaintHouse]

Inherited from ValueRefCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped