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