Closed jmalloc closed 11 years ago
@ezzatron trying to get some more consistent naming going here, thoughts?
I'd probably prefer past-tense, but apart from that they look okay.
Collection::filtered()
renamed to filter()
AssociativeInterface::combine()
renamed to copyAndMerge()
IterableInterface::filtered()
renamed to copyAndFilter()
IterableInterface::map()
renamed to copyAndMap()
MutableIterableInterface::apply()
renamed to map()
SequenceInterface::sorted()
renamed to copyAndSort()
SequenceInterface::reversed()
renamed to copyAndReverse()
SequenceInterface::join()
renamed to copyAndAppend()
Set::isStrictSuperset()
renamed to isProperSuperset()
Set::isStrictSub()
renamed to isProperSubset()
Set::complement()
renamed to diff()
Set::complementInPlace()
renamed to diffInPlace()
Set::isIntersecting()
Set::symmetricDiff()
Set::symmetricDiffInPlace()
I hate 'copyAnd' now :(
Copìand will not stand for this injustice.
Ok, let's try again.
So, the only shit one now is "appendInPlace". HALP.
Reverted join/append to original names.
There is no mutable version of
AssociativeInterface::project
?