concat abstract method

T concat(
  1. T first,
  2. T second
)

Method that must be implemented to combine two elements of the Semigroup.

Implementation

T concat(T first, T second);