UnknownFieldSet

scalapb.UnknownFieldSet$
See theUnknownFieldSet companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Builder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class Field(varint: Seq[Long], fixed64: Seq[Long], fixed32: Seq[Int], lengthDelimited: Seq[ByteString])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Field

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Field.type
implicit class UnknownFieldSetLens[UpperPB](lens: Lens[UpperPB, UnknownFieldSet])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

Implicits

Implicits

final implicit def UnknownFieldSetLens[UpperPB](lens: Lens[UpperPB, UnknownFieldSet]): UnknownFieldSetLens[UpperPB]