Interface Mathable<T>

    • Method Detail

      • add

        void add​(T other)
      • subtract

        void subtract​(T other)
      • negate

        void negate()
      • addition

        @SafeVarargs
        static <T extends Mathable<T> & Copyable<T>> T addition​(T... ts)
      • subtraction

        @SafeVarargs
        static <T extends Mathable<T> & Copyable<T>> T subtraction​(T... ts)