[Math (?)] Re: [batch8] is there a need for any of these functions?

2023-07-13 Thread Gilles Sadowski
Le ven. 14 juil. 2023 à 01:36, Dimitrios Efthymiou a écrit : > > getUnion(Set other) Why is it limited to the "ANumber" type? Again, the question is: Which kinds of applications would find it handy that this functionality is provided by the "Commons" project? > getIntersection(Set other) >

[batch8] is there a need for any of these functions?

2023-07-13 Thread Dimitrios Efthymiou
getUnion(Set other) getIntersection(Set other) getDifference(Set other) getSymmetricDifference(Set other) isSubset(Set other) isProperSubset(Set other) getTruthSetFor(Predicate filterToApply) getSizeOfPowerset() getPowerset() isDisjointTo(Set other) getComplementRelativeTo(Set other)