Class

scala.meta.internal.semanticdb3.SymbolInformation

SymbolInformationLens

Related Doc: package SymbolInformation

Permalink

implicit class SymbolInformationLens[UpperPB] extends ObjectLens[UpperPB, SymbolInformation]

Linear Supertypes
ObjectLens[UpperPB, SymbolInformation], Lens[UpperPB, SymbolInformation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolInformationLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
Implicitly
  1. by SymbolInformationLens
  2. by SymbolInformationLens
  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 SymbolInformationLens(_l: Lens[UpperPB, SymbolInformation])

    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 SymbolInformationLens[UpperPB] to any2stringadd[SymbolInformationLens[UpperPB]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SymbolInformationLens[UpperPB], B)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def accessibility: Lens[UpperPB, Accessibility]

    Permalink
  8. def annotations: Lens[UpperPB, collection.Seq[Annotation]]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. def kind: Lens[UpperPB, Kind]

    Permalink
  27. def language: Lens[UpperPB, Language]

    Permalink
  28. def members: Lens[UpperPB, collection.Seq[String]]

    Permalink
  29. def modify(f: (SymbolInformation) ⇒ SymbolInformation): Mutation[UpperPB]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def optionalAccessibility: Lens[UpperPB, Option[Accessibility]]

    Permalink
  35. def optionalSignature: Lens[UpperPB, Option[TextDocument]]

    Permalink
  36. def optionalTpe: Lens[UpperPB, Option[Type]]

    Permalink
  37. def overrides: Lens[UpperPB, collection.Seq[String]]

    Permalink
  38. def owner: Lens[UpperPB, String]

    Permalink
  39. def properties: Lens[UpperPB, Int]

    Permalink
  40. def set(c: SymbolInformation): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  41. def signature: Lens[UpperPB, TextDocument]

    Permalink
  42. def symbol: Lens[UpperPB, String]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def tpe: Lens[UpperPB, Type]

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

    Permalink
    Definition Classes
    ObjectLens
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Lens
  51. def [B](y: B): (SymbolInformationLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: SymbolInformation): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def accessibility: Lens[UpperPB, Accessibility]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).accessibility
  4. def accessibility: Lens[UpperPB, Accessibility]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).accessibility
  5. def annotations: Lens[UpperPB, collection.Seq[Annotation]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).annotations
  6. def annotations: Lens[UpperPB, collection.Seq[Annotation]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).annotations
  7. def compose[B](other: Lens[SymbolInformation, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  8. def compose[B](other: Lens[SymbolInformation, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  9. def field[A](getter: (SymbolInformation) ⇒ A)(setter: (SymbolInformation, A) ⇒ SymbolInformation): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  10. def field[A](lens: Lens[SymbolInformation, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  11. def field[A](getter: (SymbolInformation) ⇒ A)(setter: (SymbolInformation, A) ⇒ SymbolInformation): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  12. def field[A](lens: Lens[SymbolInformation, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  13. def get(u: UpperPB): SymbolInformation

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  14. def get(u: UpperPB): SymbolInformation

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  15. def kind: Lens[UpperPB, Kind]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).kind
  16. def kind: Lens[UpperPB, Kind]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).kind
  17. def language: Lens[UpperPB, Language]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).language
  18. def language: Lens[UpperPB, Language]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).language
  19. def members: Lens[UpperPB, collection.Seq[String]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).members
  20. def members: Lens[UpperPB, collection.Seq[String]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).members
  21. def modify(f: (SymbolInformation) ⇒ SymbolInformation): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  22. def modify(f: (SymbolInformation) ⇒ SymbolInformation): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  23. def name: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).name
  24. def name: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).name
  25. def optionalAccessibility: Lens[UpperPB, Option[Accessibility]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalAccessibility
  26. def optionalAccessibility: Lens[UpperPB, Option[Accessibility]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalAccessibility
  27. def optionalSignature: Lens[UpperPB, Option[TextDocument]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalSignature
  28. def optionalSignature: Lens[UpperPB, Option[TextDocument]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalSignature
  29. def optionalTpe: Lens[UpperPB, Option[Type]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalTpe
  30. def optionalTpe: Lens[UpperPB, Option[Type]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).optionalTpe
  31. def overrides: Lens[UpperPB, collection.Seq[String]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).overrides
  32. def overrides: Lens[UpperPB, collection.Seq[String]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).overrides
  33. def owner: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).owner
  34. def owner: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).owner
  35. def properties: Lens[UpperPB, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).properties
  36. def properties: Lens[UpperPB, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).properties
  37. def set(c: SymbolInformation): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  38. def set(c: SymbolInformation): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  39. def signature: Lens[UpperPB, TextDocument]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).signature
  40. def signature: Lens[UpperPB, TextDocument]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).signature
  41. def symbol: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).symbol
  42. def symbol: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).symbol
  43. def tpe: Lens[UpperPB, Type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).tpe
  44. def tpe: Lens[UpperPB, Type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).tpe
  45. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ Mutation[SymbolInformation]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  46. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ Mutation[SymbolInformation]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  47. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SymbolInformation, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).zip(other)
    Definition Classes
    Lens
  48. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SymbolInformation, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to SymbolInformationLens[UpperPB] performed by method SymbolInformationLens in scala.meta.internal.semanticdb3.SymbolInformation.
    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:
    (symbolInformationLens: SymbolInformationLens[UpperPB]).zip(other)
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, SymbolInformation]

Inherited from Lens[UpperPB, SymbolInformation]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped