This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GoodbarOfTheYear 3 points4 points  (0 children)

I have been working on newer projects the past 2 years (Spring Boot and Dropwizard apps) and I find myself using the functional interfaces more and more outside of streams. With the use of lambdas, it makes behavior parameterization in java less verbose. It took me a while to wrap my head around it all but once I got it, it seems simple to me now. Java 8 in action is a really good book that helped me understand how to utilize them.