Packages

implicit class LocationLens[UpperPB] extends ObjectLens[UpperPB, Location]

Linear Supertypes
ObjectLens[UpperPB, Location], Lens[UpperPB, Location], Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocationLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionTokenizeInputLike
  2. by XtensionStructure
  3. by XtensionSyntax
  4. by XtensionShow
  5. by XtensionParseInputLike
  6. by XtensionClassifiable
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocationLens(_l: Lens[UpperPB, Location])

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 LocationLens[UpperPB] to any2stringadd[LocationLens[UpperPB]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LocationLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to ArrowAssoc[LocationLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: Location): 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compose[B](other: Lens[Location, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def ensuring(cond: (LocationLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): LocationLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to Ensuring[LocationLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (LocationLens[UpperPB]) ⇒ Boolean): LocationLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to Ensuring[LocationLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): LocationLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to Ensuring[LocationLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): LocationLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to Ensuring[LocationLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def field[A](getter: (Location) ⇒ A)(setter: (Location, A) ⇒ Location): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[Location, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(u: UpperPB): Location
    Definition Classes
    ObjectLens → Lens
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def is[U](implicit c: Classifier[LocationLens[UpperPB], U]): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  23. def isAny[U1, U2, U3, U4](implicit c1: Classifier[LocationLens[UpperPB], U1], c2: Classifier[LocationLens[UpperPB], U2], c3: Classifier[LocationLens[UpperPB], U3], c4: Classifier[LocationLens[UpperPB], U4]): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  24. def isAny[U1, U2, U3](implicit c1: Classifier[LocationLens[UpperPB], U1], c2: Classifier[LocationLens[UpperPB], U2], c3: Classifier[LocationLens[UpperPB], U3]): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  25. def isAny[U1, U2](implicit c1: Classifier[LocationLens[UpperPB], U1], c2: Classifier[LocationLens[UpperPB], U2]): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  26. def isAnyOf(cs: Classifier[LocationLens[UpperPB], _]*): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isNot[U](implicit c: Classifier[LocationLens[UpperPB], U]): Boolean
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  29. def modify(f: (Location) ⇒ Location): Mutation[UpperPB]
    Definition Classes
    Lens
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def optionalRange: Lens[UpperPB, Option[Range]]
  34. def parse[U](implicit convert: Convert[LocationLens[UpperPB], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionParseInputLike[LocationLens[UpperPB]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  35. def range: Lens[UpperPB, Range]
  36. def set(c: Location): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[Location]): Mutation[UpperPB]
    Definition Classes
    Lens
  38. def show[Style[X] <: Show[X]](implicit style: Style[LocationLens[UpperPB]]): String
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionShow[LocationLens[UpperPB]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  39. def structure: String
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionStructure[LocationLens[UpperPB]] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionStructure
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def syntax: String
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionSyntax[LocationLens[UpperPB]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[LocationLens[UpperPB]] is in scope.
    Definition Classes
    XtensionSyntax
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def tokenize(implicit convert: Convert[LocationLens[UpperPB], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to meta.XtensionTokenizeInputLike[LocationLens[UpperPB]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  44. def update(ms: (Lens[Location, Location]) ⇒ Mutation[Location]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  45. def uri: Lens[UpperPB, String]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Location, B)]
    Definition Classes
    Lens
  50. def [B](y: B): (LocationLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to ArrowAssoc[LocationLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LocationLens[UpperPB] to StringFormat[LocationLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from ObjectLens[UpperPB, Location]

Inherited from Lens[UpperPB, Location]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTokenizeInputLike from LocationLens[UpperPB] to meta.XtensionTokenizeInputLike[LocationLens[UpperPB]]

Inherited by implicit conversion XtensionStructure from LocationLens[UpperPB] to meta.XtensionStructure[LocationLens[UpperPB]]

Inherited by implicit conversion XtensionSyntax from LocationLens[UpperPB] to meta.XtensionSyntax[LocationLens[UpperPB]]

Inherited by implicit conversion XtensionShow from LocationLens[UpperPB] to meta.XtensionShow[LocationLens[UpperPB]]

Inherited by implicit conversion XtensionParseInputLike from LocationLens[UpperPB] to meta.XtensionParseInputLike[LocationLens[UpperPB]]

Inherited by implicit conversion XtensionClassifiable from LocationLens[UpperPB] to meta.XtensionClassifiable[LocationLens[UpperPB]]

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

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

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

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

Ungrouped