trait Unit extends SchemaVisitor
Trait implementing all the cases and allowing to override only partially what's needed
- Alphabetic
 - By Inheritance
 
- Unit
 - SchemaVisitor
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Type Members
-    type Type = scala.Unit
Visitor handler type for various DAML schema cases.
Visitor handler type for various DAML schema cases.
- Definition Classes
 - Unit → SchemaVisitor
 
 
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 bool: Type
Boolean
Boolean
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    def contractId(template: Type): Type
Contract Id, parametrized with the processor for corresponding template
Contract Id, parametrized with the processor for corresponding template
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def date: Type
Date
Date
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def enum(id: Identifier, cases: Seq[EnumConName]): Type
ADT, Sum type - special case, where there are only named constructors without further payloads
ADT, Sum type - special case, where there are only named constructors without further payloads
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def genMap(key: Type, value: Type): Type
Map with keys and values of any type
Map with keys and values of any type
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def int64: Type
8-byte Integer
8-byte Integer
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def interface(id: Identifier): Type
Interface.
Interface. Used in code-gens. There is no representation of interface in Dynamic Value
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def list(elem: Type): Type
Sequence of elements
Sequence of elements
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): scala.Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): scala.Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def numeric(scale: Int): Type
Numeric with scale
Numeric with scale
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def optional(elem: Type): Type
Optional element
Optional element
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def party: Type
Party
Party
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def record(id: Identifier, appliedArgs: => Seq[(TypeVarName, Type)], fields: => Seq[(FieldName, Type)]): Type
ADT, Product type
ADT, Product type
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def text: Type
Text
Text
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def textMap(value: Type): Type
Map with keys of String/Text type
Map with keys of String/Text type
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def timestamp: Type
Timestamp
Timestamp
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def unit: Type
Unit
Unit
- Definition Classes
 - Unit → SchemaVisitor
 
 -    def variable(name: TypeVarName, value: Type): Type
Type Variable.
Type Variable.
Codecs might want to use
valuesubstitution, effectively replacing type variables with concrete types, while code generators might want to use type variable names.- Definition Classes
 - Unit → SchemaVisitor
 
 -    def variant(id: Identifier, appliedArgs: => Seq[(TypeVarName, Type)], cases: => Seq[(VariantConName, Type)]): Type
ADT, Sum type
ADT, Sum type
- Definition Classes
 - Unit → SchemaVisitor
 
 -   final  def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): scala.Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(): scala.Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): scala.Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)