Interface IAssimilator<T,O,E extends Exception>


public interface IAssimilator<T,O,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    assimilate(T value, O other)
     
  • Method Details

    • assimilate

      void assimilate(T value, O other) throws E
      Throws:
      E extends Exception