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 location: Lens[UpperPB, Location]

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

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

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

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

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

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

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

    Permalink
  36. def optionalLanguage: Lens[UpperPB, Option[Language]]

    Permalink
  37. def optionalLocation: Lens[UpperPB, Option[Location]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Lens
  54. 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 location: Lens[UpperPB, Location]

    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]).location
  20. def location: Lens[UpperPB, Location]

    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]).location
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. def optionalLanguage: Lens[UpperPB, Option[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]).optionalLanguage
  30. def optionalLanguage: Lens[UpperPB, Option[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]).optionalLanguage
  31. def optionalLocation: Lens[UpperPB, Option[Location]]

    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]).optionalLocation
  32. def optionalLocation: Lens[UpperPB, Option[Location]]

    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]).optionalLocation
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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