Class

scala.meta.internal.semantic.schema.Attributes

AttributesLens

Related Doc: package Attributes

Permalink

implicit class AttributesLens[UpperPB] extends ObjectLens[UpperPB, Attributes]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Lens
  10. def contents: Lens[UpperPB, String]

    Permalink
  11. def denotations: Lens[UpperPB, collection.Seq[SymbolDenotation]]

    Permalink
  12. def dialect: Lens[UpperPB, String]

    Permalink
  13. def ensuring(cond: (AttributesLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): AttributesLens[UpperPB]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens
  21. def filename: Lens[UpperPB, String]

    Permalink
  22. def finalize(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  28. def messages: Lens[UpperPB, collection.Seq[Message]]

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

    Permalink
    Definition Classes
    Lens
  30. def names: Lens[UpperPB, collection.Seq[ResolvedName]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def set(c: Attributes): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  35. def sugars: Lens[UpperPB, collection.Seq[Sugar]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def update(ms: (Lens[Attributes, Attributes]) ⇒ Mutation[Attributes]*): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (AttributesLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def compose[B](other: Lens[Attributes, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  4. def compose[B](other: Lens[Attributes, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  5. def contents: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).contents
  6. def contents: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).contents
  7. def denotations: Lens[UpperPB, collection.Seq[SymbolDenotation]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).denotations
  8. def denotations: Lens[UpperPB, collection.Seq[SymbolDenotation]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).denotations
  9. def dialect: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).dialect
  10. def dialect: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).dialect
  11. def field[A](getter: (Attributes) ⇒ A)(setter: (Attributes, A) ⇒ Attributes): Lens[UpperPB, A]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  15. def filename: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).filename
  16. def filename: Lens[UpperPB, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).filename
  17. def get(u: UpperPB): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  18. def get(u: UpperPB): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  19. def messages: Lens[UpperPB, collection.Seq[Message]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).messages
  20. def messages: Lens[UpperPB, collection.Seq[Message]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).messages
  21. def modify(f: (Attributes) ⇒ Attributes): Mutation[UpperPB]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  23. def names: Lens[UpperPB, collection.Seq[ResolvedName]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).names
  24. def names: Lens[UpperPB, collection.Seq[ResolvedName]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).names
  25. def set(c: Attributes): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  26. def set(c: Attributes): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  27. def sugars: Lens[UpperPB, collection.Seq[Sugar]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).sugars
  28. def sugars: Lens[UpperPB, collection.Seq[Sugar]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).sugars
  29. def update(ms: (Lens[Attributes, Attributes]) ⇒ Mutation[Attributes]*): Mutation[UpperPB]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesLens[UpperPB] to AttributesLens[UpperPB] performed by method AttributesLens in scala.meta.internal.semantic.schema.Attributes.
    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:
    (attributesLens: AttributesLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens

Inherited from ObjectLens[UpperPB, Attributes]

Inherited from Lens[UpperPB, Attributes]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped