Sorry, I have just re-read your below response and there was one thing that 
drew my attention: I was surprised that Cursor could be compatible with 
Iterable since Iterable supports supplying any number of independent 
Iterators. Isn't Cursor stateful such that it always has a current row 
associated with it? This would make it a match for Iterator, but not 
Iterable.

On Friday, September 19, 2014 1:15:58 PM UTC+2, Lukas Eder wrote:
>
> Hi Marko,
>
> jOOQ currently doesn't support any Java 8 API as we want to maintain 
> backwards compatibility with Java 6 for our customers. However, with jOOQ 
> 3.5, we're going to have Cursor extend Iterable (and perhaps also Iterator) 
> for better interoperability with Java 8 Streams.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to