In this remark are you referring to mapping through functions, filtering and reducing and collecting and that sort of thing? Because we've had some conversation in the past about beginning to support Streams as part of the API, and Stream < AutoCloseable. Maybe that's the direction in which to go.
--- A. Soroka The University of Virginia Library > On Jul 27, 2016, at 12:46 PM, Paul Houle <[email protected]> wrote: > > Pretty recently I went through a bunch of static methods I wrote that used > Guavaisms on StmtIterators and rewrote them to respect the ClosableIterator > and found I didn't need any Guavaisms because NiceIterator did almost > everything I needed.
