Field

object Field
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Field.type

Type members

Classlikes

class Builder
Companion:
object
object Builder
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete fields

val fixed32Lens: Lens[Field, Seq[Int]]
val fixed64Lens: Lens[Field, Seq[Long]]
val lengthDelimitedLens: Lens[Field, Seq[ByteString]]
val varintLens: Lens[Field, Seq[Long]]