Skip to content
mark lister edited this page Mar 1, 2015 · 2 revisions

Product-collections comprises two closely aligned concepts:

  1. Data - A standard scala collection specialized to hold homogeneous tuples. A small statistics library to produce basic statistics.
  2. I/O - A strongly typed, fast, reflection free csv i/o component that produces cases classes, tuples or CollSeqs.

The data component presents a logical and consistent paradigm to replace the messy and incomplete zip3 and unzip3 scala constructs and operates with arities 1 - 22.

Product collections is available on Maven Central and compiled for both scala-jvm and scala-js.