Closed GoogleCodeExporter closed 9 years ago
Argh!
So, I was wondering if you consider such a signature as relevant for the Join
convenience methods or not...
This methods allows to transform the content of the iterable before being
joined.
Original comment by romain.r...@gmail.com
on 28 Oct 2007 at 10:09
No need to add this method as it is already easy to accomplish (a hair easier
than in
your example):
Join.join(appendable, delimiter, Iterables.transform(iterable, function));
Original comment by kevin...@gmail.com
on 28 Oct 2007 at 4:27
OK this can fit to me :)
Thanks.
Original comment by romain.r...@gmail.com
on 28 Oct 2007 at 4:32
Original issue reported on code.google.com by
romain.r...@gmail.com
on 28 Oct 2007 at 10:07