Substitute for Functions.string() ?

Boaz Nahum boaznahum at gmail.com
Wed Mar 20 13:11:59 PDT 2013


Functions.string() was evil.

Function<char[], String> cs2s = Functions.string();

Select String.valueOf(Object),  while one may expect String.valueOf(char[])


On Wed, Mar 20, 2013 at 7:52 PM, Michael Nascimento <misterm at gmail.com>wrote:

> Hi guys,
>
> My code was using Functions.string() before b81. What is the
> alternative now? Object::toString() ?
>
> Regards,
> Michael
>
>


More information about the lambda-dev mailing list