shapesecurity / shape-functional-java

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

ImmutableSet::union, from for mutable Set #88

Closed Protryon closed 5 years ago

Protryon commented 5 years ago

Allows easier transfer from mutable to immutable types. Addresses #71.