Interface GroupByIniitialiser<S,​T>

Type Parameters:
S - Source type of group by
T - Target type of group by

public interface GroupByIniitialiser<S,​T>
An initialiser function for a new item inserted into a group.
Author:
greg
  • Method Summary

    Modifier and Type Method Description
    void apply​(S source, T target)  
  • Method Details

    • apply

      void apply​(S source, T target)