M - the generic type of the model.K - the type of the key.V - the type of the value.@FunctionalInterface public interface MapSetter<M,K,V> extends java.util.function.BiConsumer<M,Map<K,V>>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(M model,
Map<K,V> value) |
andThenCopyright © 2019 Saxonia Systems AG. All rights reserved.