Class

com.google.protobuf.descriptor.GeneratedCodeInfo.Annotation

AnnotationLens

Related Doc: package Annotation

Permalink

implicit class AnnotationLens[UpperPB] extends ObjectLens[UpperPB, Annotation]

Linear Supertypes
ObjectLens[UpperPB, Annotation], Lens[UpperPB, Annotation], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotationLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnnotationLens(_l: Lens[UpperPB, Annotation])

    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: Annotation): 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 begin: Lens[UpperPB, Int]

    Permalink
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  9. def end: Lens[UpperPB, Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def field[A](getter: (Annotation) ⇒ A)(setter: (Annotation, A) ⇒ Annotation): Lens[UpperPB, A]

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

    Permalink
    Definition Classes
    ObjectLens
  14. def get(u: UpperPB): Annotation

    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 modify(f: (Annotation) ⇒ Annotation): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def optionalBegin: Lens[UpperPB, scala.Option[Int]]

    Permalink
  23. def optionalEnd: Lens[UpperPB, scala.Option[Int]]

    Permalink
  24. def optionalSourceFile: Lens[UpperPB, scala.Option[String]]

    Permalink
  25. def path: Lens[UpperPB, Seq[Int]]

    Permalink
  26. def set(c: Annotation): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    Lens
  28. def sourceFile: Lens[UpperPB, String]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def update(ms: (Lens[Annotation, Annotation]) ⇒ Mutation[Annotation]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  32. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Annotation, 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, Annotation]

Inherited from Lens[UpperPB, Annotation]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped