Closed clojurians-org closed 8 years ago
the java api changed in 2.0.0 so flat-map functions now have to return a java.util.Iterator
. Check out the tests for example of what this might look like.
I added a macro call iterator-fn
which you can use in place of f/fn
that will wrap the body in a type hinted call to .iterator
.
i'll look into it. the map operation is normal, but the flat-map raise some conversion exception.
log info: