K - generated keyV - generated valueE - entry inputpublic static interface InfinispanCollections.MapMakerFunction<K,V,E>
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
transform(E input)
Transforms the given input into a key/value pair for use in a map
|