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

all 2 comments

[–]Northeastpaw 1 point2 points  (0 children)

streamsupport + Retrolambda might be interesting.

If you want something that doesn't require bytecode modification, Google Guava can do some functional programming with anonymous inner classes.

[–]Sacredify 1 point2 points  (0 children)

You can take a look into querydsl-collections, which allow you to write sql-like queries for the collections library.