shapesecurity / shape-functional-java

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

ImmutableList::every implementation #82

Closed Protryon closed 5 years ago

Protryon commented 5 years ago

Question: is Nil:all returning true the expected behavior?

Addresses #67.

bakkot commented 5 years ago

Question: is Nil:all returning true the expected behavior?

Yes.