M - the generic type of the model.@FunctionalInterface public interface SetImmutableSetter<M,E> extends java.util.function.BiFunction<M,Set<E>,M>
Set. 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,
Set<E> newElements) |
andThenCopyright © 2019 Saxonia Systems AG. All rights reserved.