case class
NumericLensFamily[S1, S2, N](lens: LensFamily[S1, S2, N, N], num: Numeric[N]) extends Product with Serializable
Instance Constructors
-
new
NumericLensFamily(lens: LensFamily[S1, S2, N, N], num: Numeric[N])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
*=(that: N): IndexedState[S1, S2, N]
-
def
+=(that: N): IndexedState[S1, S2, N]
-
def
-=(that: N): IndexedState[S1, S2, N]
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
val
lens: LensFamily[S1, S2, N, N]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
num: Numeric[N]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Allow the illusion of imperative updates to numbers viewed through a lens