shapesecurity / shape-functional-java

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

ImmutableList::toList, ImmutableList::stream #72

Closed Protryon closed 5 years ago

Protryon commented 5 years ago

We should implement ImmutableList -> java.util.List and a streamable interface.

michaelficarra commented 5 years ago

Fixed by #81 and #84.