Template

com.digitalasset.transcode.schema.Template
case class Template[Type](templateId: Identifier, payload: Type, key: Option[Type], isInterface: Boolean, implements: Seq[Identifier], choices: Seq[Choice[Type]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[U](f: Type => U): Template[U]
def zipWith[U, V](other: Template[U])(combine: (Type, U) => V): Template[V]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product