Interface AdditiveGroupoid<T>

All Known Subinterfaces:
AdditiveAbelianGroup<T>, AdditiveCommutativeMonoid<T>, AdditiveGroup<T>, AdditiveMonoid<T>, AdditiveSemigroup<T>, CommutativeRing<T>, DivisionRing<T>, Field<T>, Ring<T>, SemiRing<T>

public interface AdditiveGroupoid<T>
Basic algebraic structure with a closed binary operation. Formally speaking for all a, b in T, plus(a, b) is present in T. No other requirements are imposed.