Closed GoogleCodeExporter closed 8 years ago
It is quite well documented that the forEach() method can't work when the Class
that
it should return is a final one, like the String in your example.
In order to workaround this issue, some join methods have been explicitly
provided to
work with Strings. For example, to achieve the result you wanted, you can simply
write this:
joinFrom(animals).getNoise()
I hope this helps
Original comment by mario.fu...@gmail.com
on 12 Dec 2009 at 12:43
Original issue reported on code.google.com by
robert.e...@googlemail.com
on 10 Dec 2009 at 6:15