I would like to use lamdaj in a Eclipse project and needs to make this import,
import static ch.lamdaj.Lambda.*;
I downloaded and added the lambdaj-2.4-with-dependencies.jar inside a jar folder in the Eclipse as following,
and then, added the JAR in the Java build path as following,
What else I will need to do to make the work ?