Substitute for Functions.string() ?
Michael Nascimento
misterm at gmail.com
Wed Mar 20 13:14:35 PDT 2013
Nice, thanks Boaz.
Regards,
Michael
On Wed, Mar 20, 2013 at 5:11 PM, Boaz Nahum <boaznahum at gmail.com> wrote:
>
> 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