jmorwick / funcles

tuple and higher arity functional interface library for Java 8+
GNU Lesser General Public License v3.0
0 stars 1 forks source link

compare features with those of other tuple libraries #3

Closed jmorwick closed 9 years ago

jmorwick commented 9 years ago

https://github.com/michaellperry/tuple

jmorwick commented 9 years ago

https://github.com/javatuples/javatuples

jmorwick commented 9 years ago

https://github.com/rokon12/tuple

This one is using similar type variables and class names to mine

jmorwick commented 9 years ago

https://github.com/jOOQ/jOOL

probably the most popular one I've found

jmorwick commented 9 years ago

https://github.com/git-afsantos/jTuples

jmorwick commented 9 years ago

https://github.com/alexec/tuples

jmorwick commented 9 years ago

https://github.com/MattUK/TupleLib

jmorwick commented 9 years ago

https://github.com/gkarlos/jTuples

jmorwick commented 9 years ago

https://github.com/claudemartin/FunctionalJavaTuples

modifies javatuples to add java 1.8 stuff.

jmorwick commented 9 years ago

https://github.com/mhogrefe/wheels

more than just tuples

jmorwick commented 9 years ago

https://github.com/qoncept/Tuple-Java

jmorwick commented 9 years ago

https://github.com/jacklund/java_tuples