Interface PsyAdditive<T extends PsyAdditive>

    • Method Detail

      • psyNeg

        T psyNeg()
        Returns a Ψ-additive representing the result of arithmetic negation of this object.
        Returns:
        a negation.
      • psyAdd

        T psyAdd​(T oAdditive)
        Returns a Ψ-additive representing the result of arithmetic addition of given object to this object.
        Parameters:
        oAdditive - given object.
        Returns:
        a sum.
      • psySub

        T psySub​(T oAdditive)
        Returns a Ψ-additive representing the result of arithmetic subtraction of given object from this object.
        Parameters:
        oAdditive - given object.
        Returns:
        a difference.