Packages

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
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: FieldDescriptorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[B](other: Lens[FieldDescriptorProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def defaultValue: Lens[UpperPB, String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def extendee: Lens[UpperPB, String]
  12. def field[A](getter: (FieldDescriptorProto) ⇒ A)(setter: (FieldDescriptorProto, A) ⇒ FieldDescriptorProto): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[FieldDescriptorProto, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(u: UpperPB): FieldDescriptorProto
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def jsonName: Lens[UpperPB, String]
  20. def label: Lens[UpperPB, Label]
  21. def modify(f: (FieldDescriptorProto) ⇒ FieldDescriptorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  22. def name: Lens[UpperPB, String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def number: Lens[UpperPB, Int]
  27. def oneofIndex: Lens[UpperPB, Int]
  28. def optionalDefaultValue: Lens[UpperPB, Option[String]]
  29. def optionalExtendee: Lens[UpperPB, Option[String]]
  30. def optionalJsonName: Lens[UpperPB, Option[String]]
  31. def optionalLabel: Lens[UpperPB, Option[Label]]
  32. def optionalName: Lens[UpperPB, Option[String]]
  33. def optionalNumber: Lens[UpperPB, Option[Int]]
  34. def optionalOneofIndex: Lens[UpperPB, Option[Int]]
  35. def optionalOptions: Lens[UpperPB, Option[FieldOptions]]
  36. def optionalType: Lens[UpperPB, Option[Type]]
  37. def optionalTypeName: Lens[UpperPB, Option[String]]
  38. def options: Lens[UpperPB, FieldOptions]
  39. def set(c: FieldDescriptorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def type: Lens[UpperPB, Type]
  43. def typeName: Lens[UpperPB, String]
  44. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) ⇒ Mutation[FieldDescriptorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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