Interface ValueUpdater<T>

All Known Implementing Classes:
CombinerValueUpdater, ReducerValueUpdater

public interface ValueUpdater<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    update(T stored)
     
  • Method Details

    • update

      T update(T stored)