concat abstract method
- T first,
- T second
Method that must be implemented to combine two elements of the Semigroup.
Implementation
T concat(T first, T second);
Method that must be implemented to combine two elements of the Semigroup.
T concat(T first, T second);