Interface Monoid<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T identity()
      Has to return the element of the set, which represents the identity of the operation of the monoid.
      • Methods inherited from interface org.tensorics.core.math.structures.grouplike.Semigroup

        operation
    • Method Detail

      • identity

        T identity()
        Has to return the element of the set, which represents the identity of the operation of the monoid.
        Returns:
        the identity element of the monoid.