WRT [functor], this process has been ongoing; ex: the recent inversion of its API names such that unary functor types get the "unadorned" names (i.e. Function/Predicate/Procedure to be more in-line with Java 8). AIUI lambdas buy you the ability to tersely implement single-method interfaces, so [functor] should be a nice presence for *providing* generic versions of said interfaces, as well as common wrappers around, and adapters between, same. Not sure how much overlap there is with provided Java 8 interfaces (obviously there are similar interfaces predating Java 8). None of this will matter if we never get it out the door, though. :P
Matt On Tue, Oct 8, 2013 at 9:41 AM, Emmanuel Bourg <ebo...@apache.org> wrote: > Le 08/10/2013 16:04, James Carman a écrit : > > > Are there any other features of JDK8 that we think could be > > used by our projects? > > You may want to rethink [functor] in a Java 8 context. > > Emmanuel Bourg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >