Streams factories in Stream (original) (raw)

Boaz Nahum boaznahum at gmail.com
Tue Apr 23 11:56:41 PDT 2013


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



More information about the lambda-dev mailing list