jdk/src/share/classes/java/util/stream/Stream.java
Wed, 16 Jul 2014 14:35:48 +0200 psandoz 8044047: Missing null pointer checks for streams
Tue, 21 Jan 2014 10:49:49 +0100 psandoz 8032190: It's unclear that flatMap will ensure each stream will be closed.
Mon, 25 Nov 2013 09:55:34 +0100 psandoz 8028516: Java doc error in Int/Long/Double/Stream.peek
Tue, 22 Oct 2013 15:12:22 -0700 henryjen 8025909: Lambda Library Spec Updates
Wed, 16 Oct 2013 13:03:58 -0700 mduigou 8025910: rename substream(long) -> skip and remove substream(long,long)
Fri, 06 Sep 2013 15:36:00 -0700 henryjen 8024825: Some fixes are missing from java.util.stream spec update
Fri, 06 Sep 2013 22:20:01 -0700 henryjen 8011916: Spec update for java.util.stream
Tue, 03 Sep 2013 12:16:01 -0700 henryjen 8017513: Support for closeable streams
Tue, 03 Sep 2013 11:44:34 -0700 henryjen 8024178: Difference in Stream.collect(Collector) methods located in jdk8 and jdk8-lambda repos
Fri, 28 Jun 2013 16:26:54 -0400 briangoetz 8015318: Extend Collector with 'finish' operation
Mon, 05 Aug 2013 07:50:16 -0700 darcy 8022190: Fix varargs lint warnings in the JDK
Mon, 08 Jul 2013 15:46:26 -0400 henryjen 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
Wed, 03 Jul 2013 21:43:49 +0200 psandoz 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
Fri, 12 Jul 2013 12:15:22 -0700 mduigou 8015315: Stream.concat methods
Fri, 28 Jun 2013 10:29:21 +0200 psandoz 8012987: Optimizations for Stream.limit/substream
Tue, 28 May 2013 15:22:30 +0200 psandoz 8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
Sat, 20 Apr 2013 18:53:26 -0400 briangoetz 8012650: Arrays streams methods
Wed, 17 Apr 2013 14:39:04 -0400 briangoetz 8008682: Inital Streams public API
less more (0) tip