[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)
> getDifference(Set other)
> getSymmetricDifference(Set other)
> isSubset(Set other)
> isProperSubset(Set other)
> getTruthSetFor(Predicate filterToApply)
> getSizeOfPowerset()
> getPowerset()
> isDisjointTo(Set other)
> getComplementRelativeTo(Set other)
> getCardinality()
> getMinimum()
> getMaximum()
> isBounded()
> getNumberOfSubsetsTheSetHas()
> getNumberOfDerangements()
>
>
> multiset functions

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[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)
getCardinality()
getMinimum()
getMaximum()
isBounded()
getNumberOfSubsetsTheSetHas()
getNumberOfDerangements()


multiset functions