Streamable (original) (raw)
Brian Goetz brian.goetz at oracle.com
Sat Dec 15 09:26:27 PST 2012
- Previous message: Forms for reduce() -- part 1
- Next message: Streamable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am considering dropping the Streamable interface. Currently the only implementor is Collection, and all of the other stream-bearing methods are serving up specialized streams (chars(), codePoints(), lines(), etc) with a method name that is more suitable than "stream". So I think we should drop Streamable and leave the stream() / parallel() methods on Collection (or possibly move them up Iterable).
Also still leaning towards renaming parallel() to parallelStream().
- Previous message: Forms for reduce() -- part 1
- Next message: Streamable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-experts mailing list