PMessage

scalapb.descriptors.PMessage
final case class PMessage(value: Map[FieldDescriptor, 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