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, 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. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: scala.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: scala.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
    @HotSpotIntrinsicCandidate() @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: scala.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 get(u: UpperPB): FieldDescriptorProto

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def number: Lens[UpperPB, Int]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  39. def setIfDefined(aOpt: scala.Option[FieldDescriptorProto]): Mutation[UpperPB]

    Permalink
    Definition Classes
    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(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ObjectLens[UpperPB, FieldDescriptorProto]

Inherited from Lens[UpperPB, FieldDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped