Streams factories in Stream (original) (raw)
Boaz Nahum boaznahum at gmail.com
Tue Apr 23 11:56:41 PDT 2013
- Previous message: hg: lambda/lambda/jdk: address review comments for 8005051 and more postcondition assertions
- Next message: Streams factories in Stream
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi.
I really liked findind stream factories in Stream, Please allow me to ask:
Putting more than one line of implementation in interface. Isn't it burden to the eye?
Stream.of()/empty() Naive like me use Stream.of() for empty but loose the optimized version empty(). Isn't it better to get rid of empty() and optimized of()
Thanks Boaz
- Previous message: hg: lambda/lambda/jdk: address review comments for 8005051 and more postcondition assertions
- Next message: Streams factories in Stream
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]