Am 22.05.2017 um 17:55 schrieb Matt Sicker:
For the tuple classes, it would be possible to make an entire tuples
library. Might be handy to generate code for it as it'd be useful to
support tuples up to, say, 22 fields (Scala has tuple classes and anonymous
function classes up to 22 arguments, for example). See <
https://www.scala-lang.org/api/current/scala/Tuple22.html>.
Well there are already good Apache 2.0 licensed java libraries for tuples and functions, e.g.:

https://github.com/jOOQ/jOOL (up to 16)

https://github.com/vavr-io/vavr (up to 8)

(both of course offer more that just tuples and functions).

Just saying.

Cheers,
Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to