Re: Re: Handling java streams..

2014-09-26 Thread José Ricardo
Hi, I'm not sure if resurrecting this thread is the right approach, but what about Java 8 Streams (java.util.stream)? Are there any libraries out there for making java 8 streams handling nicer? :) On Tuesday, June 28, 2011 2:18:13 PM UTC-4, Sean Corfield wrote: On Tue, Jun 28, 2011 at 10:40

Re: Re: Handling java streams..

2014-10-01 Thread José Ricardo
By nicer I meant something like being able to use, for example, map and filter, just like I can do on a java.util.ArrayList (in clojure) and on a Stream (in java). On Saturday, September 27, 2014 1:47:38 AM UTC-4, Sean Corfield wrote: On Fri, Sep 26, 2014 at 11:51 AM, José Ricardo zehz