Collection

case class Collection(cc: String, typeClass: Option[String]) extends EnclosingType

Indicates that the result should be a collection with type constructor cc, such as List, Map.

Indicates that the result should be a collection with type constructor cc, such as List, Map.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(cc: String)

Inherited methods

def asType(enclosed: String): String
Inherited from
EnclosingType
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product