scala.meta.internal.semanticdb3.SymbolInformation

SymbolInformationLens

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 any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolInformationLens(_l: Lens[UpperPB, SymbolInformation])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

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

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

    Definition Classes
    Lens
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def accessibility: Lens[UpperPB, Accessibility]

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

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    ObjectLens
  22. def finalize(): Unit

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

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

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

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

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

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

  29. def language: Lens[UpperPB, Language]

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

  31. def modify(f: (SymbolInformation) ⇒ SymbolInformation): (UpperPB) ⇒ UpperPB

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

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

  37. def optionalSignature: Lens[UpperPB, Option[TextDocument]]

  38. def optionalTpe: Lens[UpperPB, Option[Type]]

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

  40. def owner: Lens[UpperPB, String]

  41. def properties: Lens[UpperPB, Int]

  42. def set(c: SymbolInformation): (UpperPB) ⇒ UpperPB

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

  44. def symbol: Lens[UpperPB, String]

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

  48. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ (SymbolInformation) ⇒ SymbolInformation*): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens
  49. final def wait(): Unit

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

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

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

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

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

Shadowed Implicit Value Members

  1. def :=(a: SymbolInformation): (UpperPB) ⇒ UpperPB

    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): (UpperPB) ⇒ UpperPB

    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]

    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]

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

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

    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]

    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]

    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]

    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]

    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]

    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]

    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

    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

    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]

    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]

    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]

    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]

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

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

    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): (UpperPB) ⇒ UpperPB

    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): (UpperPB) ⇒ UpperPB

    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]

    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]

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

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

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

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

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

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

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

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

    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]

    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]

    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]

    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]

    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. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformationLens: StringAdd).self
    Definition Classes
    StringAdd
  38. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformationLens: StringFormat).self
    Definition Classes
    StringFormat
  39. def set(c: SymbolInformation): (UpperPB) ⇒ UpperPB

    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
  40. def set(c: SymbolInformation): (UpperPB) ⇒ UpperPB

    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
  41. def signature: Lens[UpperPB, TextDocument]

    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
  42. def signature: Lens[UpperPB, TextDocument]

    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
  43. def symbol: Lens[UpperPB, String]

    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
  44. def symbol: Lens[UpperPB, String]

    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
  45. def tpe: Lens[UpperPB, Type]

    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
  46. def tpe: Lens[UpperPB, Type]

    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
  47. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ (SymbolInformation) ⇒ SymbolInformation*): (UpperPB) ⇒ UpperPB

    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
  48. def update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ (SymbolInformation) ⇒ SymbolInformation*): (UpperPB) ⇒ UpperPB

    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
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SymbolInformation, B)]

    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
  50. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SymbolInformation, B)]

    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

Deprecated Value Members

  1. def x: SymbolInformationLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to ArrowAssoc[SymbolInformationLens[UpperPB]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformationLens: ArrowAssoc[SymbolInformationLens[UpperPB]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SymbolInformationLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from SymbolInformationLens[UpperPB] to Ensuring[SymbolInformationLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (symbolInformationLens: Ensuring[SymbolInformationLens[UpperPB]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

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

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

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

Ungrouped