Packages

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

Linear Supertypes
ObjectLens[UpperPB, FieldDescriptorProto], Lens[UpperPB, FieldDescriptorProto], AnyRef, scala.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. Protected

Instance Constructors

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

Value Members

  1. final def !=(arg0: scala.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: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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: AnyRef): 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[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[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def number: Lens[UpperPB, Int]
  27. def oneofIndex: Lens[UpperPB, Int]
  28. def optionalDefaultValue: Lens[UpperPB, scala.Option[String]]
  29. def optionalExtendee: Lens[UpperPB, scala.Option[String]]
  30. def optionalJsonName: Lens[UpperPB, scala.Option[String]]
  31. def optionalLabel: Lens[UpperPB, scala.Option[Label]]
  32. def optionalName: Lens[UpperPB, scala.Option[String]]
  33. def optionalNumber: Lens[UpperPB, scala.Option[Int]]
  34. def optionalOneofIndex: Lens[UpperPB, scala.Option[Int]]
  35. def optionalOptions: Lens[UpperPB, scala.Option[FieldOptions]]
  36. def optionalProto3Optional: Lens[UpperPB, scala.Option[Boolean]]
  37. def optionalType: Lens[UpperPB, scala.Option[Type]]
  38. def optionalTypeName: Lens[UpperPB, scala.Option[String]]
  39. def options: Lens[UpperPB, FieldOptions]
  40. def proto3Optional: Lens[UpperPB, Boolean]
  41. def set(c: FieldDescriptorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  42. def setIfDefined(aOpt: scala.Option[FieldDescriptorProto]): Mutation[UpperPB]
    Definition Classes
    Lens
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def type: Lens[UpperPB, Type]
  46. def typeName: Lens[UpperPB, String]
  47. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) => Mutation[FieldDescriptorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. 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 scala.Any

Ungrouped