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, 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: 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: 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[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: 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 finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens → 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(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): 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

Inherited from ObjectLens[UpperPB, FileDescriptorProto]

Inherited from Lens[UpperPB, FileDescriptorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped