implicit class LocationLens[UpperPB] extends ObjectLens[UpperPB, Location]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocationLens
- ObjectLens
- Lens
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
def
:=(a: Location): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[B](other: Lens[Location, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
field[A](getter: (Location) ⇒ A)(setter: (Location, A) ⇒ Location): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
-
def
field[A](lens: Lens[Location, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
- @inline()
-
def
get(u: UpperPB): Location
- Definition Classes
- ObjectLens → Lens
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
modify(f: (Location) ⇒ Location): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optionalRange: Lens[UpperPB, Option[Range]]
- def range: Lens[UpperPB, Range]
-
def
set(c: Location): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
-
def
setIfDefined(aOpt: Option[Location]): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(ms: (Lens[Location, Location]) ⇒ Mutation[Location]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def uri: Lens[UpperPB, String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Location, B)]
- Definition Classes
- Lens
-
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