Class

com.google.protobuf.descriptor.FileDescriptorProto

FileDescriptorProtoLens

Related Doc: package FileDescriptorProto

Permalink

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

    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: FileDescriptorProto): 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[FileDescriptorProto, B]): Lens[UpperPB, B]

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

    Permalink
  9. def enumType: Lens[UpperPB, Seq[EnumDescriptorProto]]

    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 extension: Lens[UpperPB, Seq[FieldDescriptorProto]]

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

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

    Permalink
    Definition Classes
    ObjectLens
  15. def get(u: UpperPB): FileDescriptorProto

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

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

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

    Permalink
    Definition Classes
    Any
  19. def messageType: Lens[UpperPB, Seq[DescriptorProto]]

    Permalink
  20. def modify(f: (FileDescriptorProto) ⇒ FileDescriptorProto): 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 optionalName: Lens[UpperPB, scala.Option[String]]

    Permalink
  26. def optionalOptions: Lens[UpperPB, scala.Option[FileOptions]]

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

    Permalink
  28. def optionalSourceCodeInfo: Lens[UpperPB, scala.Option[SourceCodeInfo]]

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

    Permalink
  30. def options: Lens[UpperPB, FileOptions]

    Permalink
  31. def package: Lens[UpperPB, String]

    Permalink
  32. def publicDependency: Lens[UpperPB, Seq[Int]]

    Permalink
  33. def service: Lens[UpperPB, Seq[ServiceDescriptorProto]]

    Permalink
  34. def set(c: FileDescriptorProto): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    Lens
  36. def sourceCodeInfo: Lens[UpperPB, SourceCodeInfo]

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

    Permalink
    Definition Classes
    AnyRef
  38. def syntax: Lens[UpperPB, String]

    Permalink
  39. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def weakDependency: Lens[UpperPB, Seq[Int]]

    Permalink
  45. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (FileDescriptorProto, 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, FileDescriptorProto]

Inherited from Lens[UpperPB, FileDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped