Class

com.google.protobuf.api.Method

MethodLens

Related Doc: package Method

Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: scala.Any): Boolean

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

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

    Permalink
    Definition Classes
    ObjectLens
  12. def get(u: UpperPB): Method

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

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

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

    Permalink
    Definition Classes
    Any
  16. def modify(f: (Method) ⇒ Method): Mutation[UpperPB]

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

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def options: Lens[UpperPB, Seq[OptionProto]]

    Permalink
  22. def requestStreaming: Lens[UpperPB, Boolean]

    Permalink
  23. def requestTypeUrl: Lens[UpperPB, String]

    Permalink
  24. def responseStreaming: Lens[UpperPB, Boolean]

    Permalink
  25. def responseTypeUrl: Lens[UpperPB, String]

    Permalink
  26. def set(c: Method): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    Lens
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def syntax: Lens[UpperPB, type.Syntax]

    Permalink
  30. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Method, 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, Method]

Inherited from Lens[UpperPB, Method]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped