Interface InterpretationListener<T>


public interface InterpretationListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    put(Tuple key, T fromValue, T toValue, boolean restoring)
     
  • Method Details

    • put

      void put(Tuple key, T fromValue, T toValue, boolean restoring)