-
Notifications
You must be signed in to change notification settings - Fork 19
1.0 Introduction
mark lister edited this page Mar 1, 2015
·
2 revisions
Product-collections comprises two closely aligned concepts:
- Data - A standard scala collection specialized to hold homogeneous tuples. A small statistics library to produce basic statistics.
- 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.