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