T
- the type of objectV
- the type of value that will be extracted/updated from/on objectpublic interface ValueManipulator<T,V>
ValueExtractor
and
ValueUpdater
implementations.Modifier and Type | Method | Description |
---|---|---|
ValueExtractor<T,V> |
getExtractor() |
Retrieve the underlying ValueExtractor reference.
|
ValueUpdater<T,V> |
getUpdater() |
Retrieve the underlying ValueUpdater reference.
|
ValueExtractor<T,V> getExtractor()
ValueUpdater<T,V> getUpdater()