com.google.protobuf.descriptor.FieldDescriptorProto

FieldDescriptorProtoLens

implicit class FieldDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FieldDescriptorProto]

Linear Supertypes
ObjectLens[UpperPB, FieldDescriptorProto], Lens[UpperPB, FieldDescriptorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDescriptorProtoLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldDescriptorProtoLens(_l: Lens[UpperPB, FieldDescriptorProto])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(a: FieldDescriptorProto): (UpperPB) ⇒ UpperPB

    Definition Classes
    Lens
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[B](other: Lens[FieldDescriptorProto, B]): Lens[UpperPB, B]

    Definition Classes
    Lens
  10. def defaultValue: Lens[UpperPB, String]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def extendee: Lens[UpperPB, String]

  14. def field[A](getter: (FieldDescriptorProto) ⇒ A)(setter: (FieldDescriptorProto, A) ⇒ FieldDescriptorProto): Lens[UpperPB, A]

    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[FieldDescriptorProto, A]): Lens[UpperPB, A]

    Definition Classes
    ObjectLens
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(u: UpperPB): FieldDescriptorProto

    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def jsonName: Lens[UpperPB, String]

  22. def label: Lens[UpperPB, Label]

  23. def modify(f: (FieldDescriptorProto) ⇒ FieldDescriptorProto): (UpperPB) ⇒ UpperPB

    Definition Classes
    Lens
  24. def name: Lens[UpperPB, String]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def number: Lens[UpperPB, Int]

  29. def oneofIndex: Lens[UpperPB, Int]

  30. def optionalDefaultValue: Lens[UpperPB, Option[String]]

  31. def optionalExtendee: Lens[UpperPB, Option[String]]

  32. def optionalJsonName: Lens[UpperPB, Option[String]]

  33. def optionalLabel: Lens[UpperPB, Option[Label]]

  34. def optionalName: Lens[UpperPB, Option[String]]

  35. def optionalNumber: Lens[UpperPB, Option[Int]]

  36. def optionalOneofIndex: Lens[UpperPB, Option[Int]]

  37. def optionalOptions: Lens[UpperPB, Option[FieldOptions]]

  38. def optionalType: Lens[UpperPB, Option[Type]]

  39. def optionalTypeName: Lens[UpperPB, Option[String]]

  40. def options: Lens[UpperPB, FieldOptions]

  41. def set(c: FieldDescriptorProto): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens → Lens
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def type: Lens[UpperPB, Type]

  45. def typeName: Lens[UpperPB, String]

  46. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) ⇒ (FieldDescriptorProto) ⇒ FieldDescriptorProto*): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (FieldDescriptorProto, B)]

    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, FieldDescriptorProto]

Inherited from Lens[UpperPB, FieldDescriptorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped