eclipse-collections
eclipse-collections copied to clipboard
n-ary cartesian product
Currently Sets has a method cartesianProduct for two sets.
It would be great to have the same as guava's cartesianProduct that takes a set of set.
Actually, the same is true with list (and the implementation for lists is quite clever performance-wise)