Interface MonoidFactory<C extends MonoidElem<C>>

    • Method Detail

      • getONE

        C getONE()
        Get the constant one for the MonoidElem.
        Returns:
        1.
      • isCommutative

        boolean isCommutative()
        Query if this monoid is commutative.
        Returns:
        true if this monoid is commutative, else false.
      • isAssociative

        boolean isAssociative()
        Query if this monoid is associative.
        Returns:
        true if this monoid is associative, else false.