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
Show all

Members list

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