Class

com.google.protobuf.descriptor.FieldDescriptorProto

FieldDescriptorProtoLens

Related Doc: package FieldDescriptorProto

Permalink

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])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: FieldDescriptorProto): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens
  14. def finalize(): Unit

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

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

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

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

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

    Permalink
  20. def label: Lens[UpperPB, Label]

    Permalink
  21. def modify(f: (FieldDescriptorProto) ⇒ FieldDescriptorProto): Mutation[UpperPB]

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

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

    Permalink
  27. def oneofIndex: Lens[UpperPB, Int]

    Permalink
  28. def optionalDefaultValue: Lens[UpperPB, Option[String]]

    Permalink
  29. def optionalExtendee: Lens[UpperPB, Option[String]]

    Permalink
  30. def optionalJsonName: Lens[UpperPB, Option[String]]

    Permalink
  31. def optionalLabel: Lens[UpperPB, Option[Label]]

    Permalink
  32. def optionalName: Lens[UpperPB, Option[String]]

    Permalink
  33. def optionalNumber: Lens[UpperPB, Option[Int]]

    Permalink
  34. def optionalOneofIndex: Lens[UpperPB, Option[Int]]

    Permalink
  35. def optionalOptions: Lens[UpperPB, Option[FieldOptions]]

    Permalink
  36. def optionalType: Lens[UpperPB, Option[Type]]

    Permalink
  37. def optionalTypeName: Lens[UpperPB, Option[String]]

    Permalink
  38. def options: Lens[UpperPB, FieldOptions]

    Permalink
  39. def set(c: FieldDescriptorProto): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

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

    Permalink
  43. def typeName: Lens[UpperPB, String]

    Permalink
  44. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) ⇒ Mutation[FieldDescriptorProto]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  45. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, FieldDescriptorProto]

Inherited from Lens[UpperPB, FieldDescriptorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped