Class

scala.meta.internal.semanticdb.SignatureMessage

SignatureMessageLens

Related Doc: package SignatureMessage

Permalink

implicit class SignatureMessageLens[UpperPB] extends ObjectLens[UpperPB, SignatureMessage]

Linear Supertypes
ObjectLens[UpperPB, SignatureMessage], Lens[UpperPB, SignatureMessage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SignatureMessageLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
Implicitly
  1. by SignatureMessageLens
  2. by SignatureMessageLens
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SignatureMessageLens(_l: Lens[UpperPB, SignatureMessage])

    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 +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to any2stringadd[SignatureMessageLens[UpperPB]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SignatureMessageLens[UpperPB], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to ArrowAssoc[SignatureMessageLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: SignatureMessage): Mutation[UpperPB]

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

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

    Permalink
    Definition Classes
    Any
  8. def classSignature: Lens[UpperPB, ClassSignature]

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  11. def ensuring(cond: (SignatureMessageLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): SignatureMessageLens[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to Ensuring[SignatureMessageLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (SignatureMessageLens[UpperPB]) ⇒ Boolean): SignatureMessageLens[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to Ensuring[SignatureMessageLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): SignatureMessageLens[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to Ensuring[SignatureMessageLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): SignatureMessageLens[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to Ensuring[SignatureMessageLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ObjectLens
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to StringFormat[SignatureMessageLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def get(u: UpperPB): SignatureMessage

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

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

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

    Permalink
    Definition Classes
    Any
  25. def methodSignature: Lens[UpperPB, MethodSignature]

    Permalink
  26. def modify(f: (SignatureMessage) ⇒ SignatureMessage): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
  31. def set(c: SignatureMessage): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def typeSignature: Lens[UpperPB, TypeSignature]

    Permalink
  35. def update(ms: (Lens[SignatureMessage, SignatureMessage]) ⇒ Mutation[SignatureMessage]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  36. def valueSignature: Lens[UpperPB, ValueSignature]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SignatureMessage, B)]

    Permalink
    Definition Classes
    Lens
  41. def [B](y: B): (SignatureMessageLens[UpperPB], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to ArrowAssoc[SignatureMessageLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def :=(a: SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def classSignature: Lens[UpperPB, ClassSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).classSignature
  4. def classSignature: Lens[UpperPB, ClassSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).classSignature
  5. def compose[B](other: Lens[SignatureMessage, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  6. def compose[B](other: Lens[SignatureMessage, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  7. def field[A](getter: (SignatureMessage) ⇒ A)(setter: (SignatureMessage, A) ⇒ SignatureMessage): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  8. def field[A](lens: Lens[SignatureMessage, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  9. def field[A](getter: (SignatureMessage) ⇒ A)(setter: (SignatureMessage, A) ⇒ SignatureMessage): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  10. def field[A](lens: Lens[SignatureMessage, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  11. def get(u: UpperPB): SignatureMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  12. def get(u: UpperPB): SignatureMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  13. def methodSignature: Lens[UpperPB, MethodSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).methodSignature
  14. def methodSignature: Lens[UpperPB, MethodSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).methodSignature
  15. def modify(f: (SignatureMessage) ⇒ SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  16. def modify(f: (SignatureMessage) ⇒ SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  17. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).sealedValue
  18. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).sealedValue
  19. def set(c: SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  20. def set(c: SignatureMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  21. def typeSignature: Lens[UpperPB, TypeSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).typeSignature
  22. def typeSignature: Lens[UpperPB, TypeSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).typeSignature
  23. def update(ms: (Lens[SignatureMessage, SignatureMessage]) ⇒ Mutation[SignatureMessage]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  24. def update(ms: (Lens[SignatureMessage, SignatureMessage]) ⇒ Mutation[SignatureMessage]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  25. def valueSignature: Lens[UpperPB, ValueSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).valueSignature
  26. def valueSignature: Lens[UpperPB, ValueSignature]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).valueSignature
  27. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SignatureMessage, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).zip(other)
    Definition Classes
    Lens
  28. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SignatureMessage, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB] performed by method SignatureMessageLens in scala.meta.internal.semanticdb.SignatureMessage.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (signatureMessageLens: SignatureMessageLens[UpperPB]).zip(other)
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, SignatureMessage]

Inherited from Lens[UpperPB, SignatureMessage]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion SignatureMessageLens from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB]

Inherited by implicit conversion SignatureMessageLens from SignatureMessageLens[UpperPB] to SignatureMessageLens[UpperPB]

Inherited by implicit conversion any2stringadd from SignatureMessageLens[UpperPB] to any2stringadd[SignatureMessageLens[UpperPB]]

Inherited by implicit conversion StringFormat from SignatureMessageLens[UpperPB] to StringFormat[SignatureMessageLens[UpperPB]]

Inherited by implicit conversion Ensuring from SignatureMessageLens[UpperPB] to Ensuring[SignatureMessageLens[UpperPB]]

Inherited by implicit conversion ArrowAssoc from SignatureMessageLens[UpperPB] to ArrowAssoc[SignatureMessageLens[UpperPB]]

Ungrouped