PRepeated

scalapb.descriptors.PRepeated
final case class PRepeated(value: Vector[PValue]) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def as[A](implicit reads: Reads[A]): A

Attributes

Inherited from:
PValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product