case class
MapLensFamily[S1, S2, K, V](lens: LensFamily[S1, S2, Map[K, V], Map[K, V]]) extends Product with Serializable
Instance Constructors
-
new
MapLensFamily(lens: LensFamily[S1, S2, Map[K, V], Map[K, V]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++=(xs: TraversableOnce[(K, V)]): IndexedState[S1, S2, Map[K, V]]
-
def
+=(elem: (K, V)): IndexedState[S1, S2, Map[K, V]]
-
def
+=(elem1: (K, V), elem2: (K, V), elems: (K, V)*): IndexedState[S1, S2, Map[K, V]]
-
def
--=(xs: TraversableOnce[K]): IndexedState[S1, S2, Map[K, V]]
-
def
-=(elem1: K, elem2: K, elems: K*): IndexedState[S1, S2, Map[K, V]]
-
def
-=(elem: K): IndexedState[S1, S2, Map[K, V]]
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
at(k: K): LensFamily[S1, S2, V, V]
-
def
clone(): AnyRef
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
val
lens: LensFamily[S1, S2, Map[K, V], Map[K, V]]
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
update(key: K, value: V): IndexedState[S1, S2, Unit]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
A lens that views an immutable Map type can provide a mutable.Map-like API via State