Collection

scalapb.compiler.EnclosingType$.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.

Attributes

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

Members list

Concise view

Value members

Constructors

def this(cc: String)

Inherited methods

def asType(enclosed: String): String

Attributes

Inherited from:
EnclosingType
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product