public class MapChange<K,V,M> extends Object
M
getNewMap()
V
getNewValue()
<N> MapChange<K,V,N>
withNewMap(Function<? super M,? extends N> fun)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public V getNewValue()
public M getNewMap()
public <N> MapChange<K,V,N> withNewMap(Function<? super M,? extends N> fun)
see also the complete user documentation .