List

com.audienceproject.crossbow.expr.RuntimeType.List
final case class List(elementType: RuntimeType)

Members list

Value members

Inherited methods

def compatible(actual: RuntimeType): Boolean

Attributes

Inherited from:
RuntimeType
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
RuntimeType -> Any
Inherited from:
RuntimeType