2017-03-02 17:13 GMT+01:00 Mike Foody <[email protected]>:

> Once JOOQ has a Java9 dependency that'd be great. In the meantime most of
> these libraries have convenicen APIs for this purpose. For instance to
> convert that stream into an RxJava observable is just
> Observable.from(jooqStream::iterator). It'd be nicer to say
> fetchIntoObservable but not much nicer :-)
>

Well, you see, ResultQuery.stream() is nicer than
StreamSupport.stream(ResultQuery.spliterator(), false) but not much nicer
;-)

-- 
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