V1
- original value typeV2
- mapped value typepublic interface ValueMapper<V1,V2>
ValueMapper
interface for mapping an original value to a new value (could be another key-value pair).Modifier and Type | Method and Description |
---|---|
V2 |
apply(V1 value)
Map the given value to a new value.
|