T - the type of objectV - the type of value that will be extracted/updated from/on object
public interface ValueManipulator<T,V>
ValueExtractor and ValueUpdater implementations.| Modifier and Type | Method and 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()