Great! Thank you. Would Jena be similarly interested in trying to migrate org.apache.jena.util.iterator.Filter to java.util.function.Predicate?
--- A. Soroka The University of Virginia Library On May 1, 2015, at 3:32 AM, Andy Seaborne <[email protected]> wrote: > On 30/04/15 17:11, [email protected] wrote: >> I'm a long-time user of Jena, but entirely new to its internals, so >> this may be a very off-the-mark opinion, but perhaps >> org.apache.jena.util.iterator.Map1 could be swapped out for >> java.util.function.Function? >> >> --- A. Soroka The University of Virginia Library > > Hi there, > > Not off-the-mark at all. There are lots of places where there is old code > that can be more naturally written in Java8. Your pull request looks very > interesting. Thank you. > > Andy
