Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.65 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.65 KB

#Product-collections

Build Status Join the chat at https://gitter.im/marklister/product-collections

Quickstart

Using SBT: libraryDependencies += "com.github.marklister" %% "product-collections" % "1.4.5" or for scala-js libraryDependencies += "com.github.marklister" %%% "product-collections" % "1.4.5"

#Documentation

Documentation for current version 1.4.3 has been moved to the wiki For legacy version v1.3.0 the old Readme is the correct documentation.

Product-collections is a 2D data manipulation library based on standard scala collections. Product-collections is also a strongly typed CSV I/O library that will read a Seq of case classes, tuples or a CollSeq for you, or serialize any of these structures to CSV.

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.

As of version 1.3.0 product-collections is cross-compiled for scala-js and scala-jvm.

Scaladoc-jvm

Scaladoc-js