Interface ICombiner<T>


  • public interface ICombiner<T>
    • Method Detail

      • identity

        T identity()
      • combine

        T combine​(T a,
                  T b)