com.google.protobuf.descriptor.MethodDescriptorProto

MethodDescriptorProtoLens

implicit class MethodDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, MethodDescriptorProto]

Linear Supertypes
ObjectLens[UpperPB, MethodDescriptorProto], Lens[UpperPB, MethodDescriptorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MethodDescriptorProtoLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MethodDescriptorProtoLens(_l: Lens[UpperPB, MethodDescriptorProto])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(a: MethodDescriptorProto): (UpperPB) ⇒ UpperPB

    Definition Classes
    Lens
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clientStreaming: Lens[UpperPB, Boolean]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[B](other: Lens[MethodDescriptorProto, B]): Lens[UpperPB, B]

    Definition Classes
    Lens
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    ObjectLens
  15. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  19. def inputType: Lens[UpperPB, String]

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def modify(f: (MethodDescriptorProto) ⇒ MethodDescriptorProto): (UpperPB) ⇒ UpperPB

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

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def optionalClientStreaming: Lens[UpperPB, Option[Boolean]]

  27. def optionalInputType: Lens[UpperPB, Option[String]]

  28. def optionalName: Lens[UpperPB, Option[String]]

  29. def optionalOptions: Lens[UpperPB, Option[MethodOptions]]

  30. def optionalOutputType: Lens[UpperPB, Option[String]]

  31. def optionalServerStreaming: Lens[UpperPB, Option[Boolean]]

  32. def options: Lens[UpperPB, MethodOptions]

  33. def outputType: Lens[UpperPB, String]

  34. def serverStreaming: Lens[UpperPB, Boolean]

  35. def set(c: MethodDescriptorProto): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens → Lens
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def update(ms: (Lens[MethodDescriptorProto, MethodDescriptorProto]) ⇒ (MethodDescriptorProto) ⇒ MethodDescriptorProto*): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (MethodDescriptorProto, B)]

    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, MethodDescriptorProto]

Inherited from Lens[UpperPB, MethodDescriptorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped