thomasnield
07/07/2017, 6:53 PMResultSet
into a generated Sequence
, and dispose early if operators like take()
limit the number of items needed? I can do this in in RxJava (https://github.com/thomasnield/rxkotlin-jdbc/blob/master/src/main/kotlin/org/nield/rxkotlinjdbc/JdbcExtensions.kt), but there doesn't seem to be a disposal mechanism for Sequences..,