M - the generic type of the model.@FunctionalInterface public interface MapImmutableSetter<M,K,V> extends java.util.function.BiFunction<M,Map<K,V>,M>
Map. As the model element is immutable
this method is not a real "setter". Instead it returns a new immutable copy of the original model element that has
the specified field updated to the new value.| Modifier and Type | Method and Description |
|---|---|
M |
apply(M model,
Map<K,V> newElements) |
andThenCopyright © 2019 Saxonia Systems AG. All rights reserved.