Interface ValueManipulator<T,​V>

    • Method Detail

      • getExtractor

        ValueExtractor<T,​V> getExtractor()
        Retrieve the underlying ValueExtractor reference.
        Returns:
        the ValueExtractor
      • getUpdater

        ValueUpdater<T,​V> getUpdater()
        Retrieve the underlying ValueUpdater reference.
        Returns:
        the ValueUpdater