M - the generic type of the model.K - the type of the key.V - the type of the value.@FunctionalInterface public interface MapGetter<M,K,V> extends java.util.function.Function<M,Map<K,V>>
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
apply(M model) |
andThen, compose, identityCopyright © 2019 Saxonia Systems AG. All rights reserved.