Top "Lambdaj" questions

LambdaJ is a library to manipulate a collections without any iterations.

DTO pattern: Best way to copy properties between two objects

In my application's architecture I usually send the object or list of objects from the data access layer to the …

java object lambdaj
Java: how to transform from List<T> to Map<f1(T), List(f2(T))> without iterating

I have a list of objects that I need to transform to a map where the keys are a function …

java collections guava lambdaj
Simple select method (lambdaj) gets Exception

I'm newbie to lambdaj. It seems that a great feature for Java programming. So I created a very simple program …

java lambdaj
Lambda expressions of .NET in Java

I recently moved from C# to Java [again]. But I badly miss lambda expressions and things like IEnumerable.Foreach of …

java lambda clojure lambdaj