jimmoores / quandl4j

Java wrapper for Quandl REST API
quandl4j.org
Apache License 2.0
78 stars 22 forks source link

Consider making TabularResult implement Iterable #15

Closed vincentk closed 8 years ago

vincentk commented 8 years ago

De facto, an implementation is provided for Iterable<Row>. However, this is not declared for the class. Please consider merging the pull request so that the corresponding syntactic sugar is available for library users.

jimmoores commented 8 years ago

Many thanks for this, obvious oversight on my part!