Packages

implicit class FileDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FileDescriptorProto]

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

Instance Constructors

  1. new FileDescriptorProtoLens(_l: Lens[UpperPB, FileDescriptorProto])

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: FileDescriptorProto): 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def compose[B](other: Lens[FileDescriptorProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def dependency: Lens[UpperPB, Seq[String]]
  9. def enumType: Lens[UpperPB, Seq[EnumDescriptorProto]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def extension: Lens[UpperPB, Seq[FieldDescriptorProto]]
  13. def field[A](getter: (FileDescriptorProto) => A)(setter: (FileDescriptorProto, A) => FileDescriptorProto): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[FileDescriptorProto, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def get(u: UpperPB): FileDescriptorProto
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def messageType: Lens[UpperPB, Seq[DescriptorProto]]
  20. def modify(f: (FileDescriptorProto) => FileDescriptorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  21. def name: Lens[UpperPB, String]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def optionalName: Lens[UpperPB, scala.Option[String]]
  26. def optionalOptions: Lens[UpperPB, scala.Option[FileOptions]]
  27. def optionalPackage: Lens[UpperPB, scala.Option[String]]
  28. def optionalSourceCodeInfo: Lens[UpperPB, scala.Option[SourceCodeInfo]]
  29. def optionalSyntax: Lens[UpperPB, scala.Option[String]]
  30. def options: Lens[UpperPB, FileOptions]
  31. def package: Lens[UpperPB, String]
  32. def publicDependency: Lens[UpperPB, Seq[Int]]
  33. def service: Lens[UpperPB, Seq[ServiceDescriptorProto]]
  34. def set(c: FileDescriptorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  35. def setIfDefined(aOpt: scala.Option[FileDescriptorProto]): Mutation[UpperPB]
    Definition Classes
    Lens
  36. def sourceCodeInfo: Lens[UpperPB, SourceCodeInfo]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def syntax: Lens[UpperPB, String]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def update(ms: (Lens[FileDescriptorProto, FileDescriptorProto]) => Mutation[FileDescriptorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def weakDependency: Lens[UpperPB, Seq[Int]]
  45. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (FileDescriptorProto, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ObjectLens[UpperPB, FileDescriptorProto]

Inherited from Lens[UpperPB, FileDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped