marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

Drop ProductN, return only Tuples #35

Open marklister opened 9 years ago

marklister commented 9 years ago

It'd be nice to be able to map a product collection using CC.tupled. Doesn't work with Products and the bug that I filled against Scala looks like it won't gather any support therefore the path of least resistance is to drop support for ProductN directly.