Choice

com.digitalasset.transcode.schema.Choice
case class Choice[Type](name: ChoiceName, consuming: Boolean, argument: Type, result: 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): Choice[U]
def zipWith[U, V](other: Choice[U])(combine: (Type, U) => V): Choice[V]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product