Packages

implicit class MethodLens[UpperPB] extends ObjectLens[UpperPB, Method]

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

Instance Constructors

  1. new MethodLens(_l: Lens[UpperPB, Method])

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Method): 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[Method, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def field[A](getter: (Method) => A)(setter: (Method, A) => Method): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  11. def field[A](lens: Lens[Method, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  12. def get(u: UpperPB): Method
    Definition Classes
    ObjectLens → Lens
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def modify(f: (Method) => Method): Mutation[UpperPB]
    Definition Classes
    Lens
  17. def name: Lens[UpperPB, String]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def options: Lens[UpperPB, Seq[OptionProto]]
  22. def requestStreaming: Lens[UpperPB, Boolean]
  23. def requestTypeUrl: Lens[UpperPB, String]
  24. def responseStreaming: Lens[UpperPB, Boolean]
  25. def responseTypeUrl: Lens[UpperPB, String]
  26. def set(c: Method): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  27. def setIfDefined(aOpt: scala.Option[Method]): Mutation[UpperPB]
    Definition Classes
    Lens
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def syntax: Lens[UpperPB, type.Syntax]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def update(ms: (Lens[Method, Method]) => Mutation[Method]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Method, 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, Method]

Inherited from Lens[UpperPB, Method]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped