final
class
BoundLens[S, A] extends AnyVal
Instance Constructors
-
new
BoundLens(applyLens: ApplyLens[S, S, A, A])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (BoundLens[S, A], B)
-
final
def
==(arg0: Any): Boolean
-
macro
def
apply[C](field: (A) ⇒ C): BoundLens[S, C]
-
val
applyLens: ApplyLens[S, S, A, A]
-
final
def
asInstanceOf[T0]: T0
-
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]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
modify(diff: (A) ⇒ A): S
-
def
set(value: A): S
-
def
toString(): String
-
def
→[B](y: B): (BoundLens[S, A], B)
Inherited from AnyVal
Inherited from Any
Inherited by implicit conversion any2stringadd from
BoundLens[S, A] to any2stringadd[BoundLens[S, A]]
Inherited by implicit conversion StringFormat from
BoundLens[S, A] to StringFormat[BoundLens[S, A]]
Inherited by implicit conversion Ensuring from
BoundLens[S, A] to Ensuring[BoundLens[S, A]]
Inherited by implicit conversion ArrowAssoc from
BoundLens[S, A] to ArrowAssoc[BoundLens[S, A]]
Syntactic sugar around an ApplyLens