shapesecurity / shape-functional-java

add some FP familiarity to a Java project
Apache License 2.0
8 stars 7 forks source link

HashTable::from #71

Closed Protryon closed 5 years ago

Protryon commented 5 years ago

It would be nice to have a few implementations of HashTable::from, example prototypes:

The same can be said for ImmutableSet and the corresponding types.

michaelficarra commented 5 years ago

Fixed by #77 and #88.