StringJoiner in b88
Brian Goetz
brian.goetz at oracle.com
Mon May 6 05:56:43 PDT 2013
There has not been a "stream destination" type or an "into" method for a
very long time.
But, if you want to use a string joiner as a stream target, do:
stream.collect(toStringJoiner());
On 5/6/2013 3:19 AM, Joe Bowbeer wrote:
> In b88, StringJoiner does not implement a stream destination?
>
> Is the "into" example in the javadoc no longer valid?
>
> http://download.java.net/lambda/b88/docs/api/java/util/StringJoiner.html
>
> Joe
More information about the lambda-libs-spec-experts
mailing list