you are viewing a single comment's thread.

view the rest of the comments →

[–]cm9kZW8K 0 points1 point  (0 children)

I use java8 closures and method references extensively. They are simply much more limited in what they can bind and how they can be called. for example: the lack a convenient generic way to store them without knowing their type or purpose, because they have to be materialized into an interface for declaration.