final class BoundLens[S, A] extends AnyVal
Syntactic sugar around an ApplyLens
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundLens
- AnyVal
- Any
Implicitly
- by ImplicitBoundLens
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoundLens(applyLens: ApplyLens[S, S, A, A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (BoundLens[S, A], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- macro def apply[C](field: (A) ⇒ C): BoundLens[S, C]
- val applyLens: ApplyLens[S, S, A, A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (BoundLens[S, A]) ⇒ Boolean, msg: ⇒ Any): BoundLens[S, A]
- def ensuring(cond: (BoundLens[S, A]) ⇒ Boolean): BoundLens[S, A]
- def ensuring(cond: Boolean, msg: ⇒ Any): BoundLens[S, A]
- def ensuring(cond: Boolean): BoundLens[S, A]
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lens: BoundLens[BoundLens[S, A], BoundLens[S, A]]
- Implicit
- This member is added by an implicit conversion from BoundLens[S, A] to ImplicitBoundLens[BoundLens[S, A]] performed by method ImplicitBoundLens in ai.x.lens.
- Definition Classes
- ImplicitBoundLens
- def modify(diff: (A) ⇒ A): S
- def set(value: A): S
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (BoundLens[S, A], B)