Is there a book or a website where is explained how to solve some example problem X in OOP style and then is given and explained an opposed functional programming style solution? Perhaps one more example which solves the problem with the best of both worlds?
This would help me translate my pattern knowledge to functional programming and learn this stuff better.
The best would be if java/scala is used for the examples.
EDIT Till now there is no such thing like a book or a website that gives you what this question asks for.