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 modify(f: (SymbolInformation) ⇒ SymbolInformation): Mutation[UpperPB]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  37. def symbol: Lens[UpperPB, String]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Lens
  46. 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 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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