Packages

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 any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributesLens(_l: Lens[UpperPB, Attributes])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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]
    Definition Classes
    Lens
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[B](other: Lens[Attributes, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def contents: Lens[UpperPB, String]
  11. def denotations: Lens[UpperPB, collection.Seq[SymbolDenotation]]
  12. def dialect: Lens[UpperPB, String]
  13. def ensuring(cond: (AttributesLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): AttributesLens[UpperPB]
    Implicit
    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]
    Implicit
    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]
    Implicit
    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]
    Implicit
    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
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def field[A](getter: (Attributes) ⇒ A)(setter: (Attributes, A) ⇒ Attributes): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[Attributes, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def filename: Lens[UpperPB, String]
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    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
    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 messages: Lens[UpperPB, collection.Seq[Message]]
  29. def modify(f: (Attributes) ⇒ Attributes): Mutation[UpperPB]
    Definition Classes
    Lens
  30. def names: Lens[UpperPB, collection.Seq[ResolvedName]]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def set(c: Attributes): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  35. def sugars: Lens[UpperPB, collection.Seq[Sugar]]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def update(ms: (Lens[Attributes, Attributes]) ⇒ Mutation[Attributes]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (AttributesLens[UpperPB], B)
    Implicit
    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

Inherited from ObjectLens[UpperPB, Attributes]

Inherited from Lens[UpperPB, Attributes]

Inherited from AnyRef

Inherited from Any

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