PRepeated

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all

Members list

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