Registry / utility / lambdaj

lambdaj

JSON →
library2.3.3javamavenunverified

A pseudo-functional collection manipulation library for Java, providing lambda-like operations.

<dependency> <groupId>com.googlecode.lambdaj</groupId> <artifactId>lambdaj</artifactId> <version>2.3.3</version> </dependency>
INSTALL
IMPORT
SIG · LAMBDAJ
L
lambdaj
utilityjavav2.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Lambda
ch.lambdaj.Lambda

Filter a list using lambdaj's static methods.

import static ch.lambdaj.Lambda.*; import java.util.List; List<String> names = filter(startsWith("A"), asList("Alice", "Bob"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
lambdaj — mvn dependency:get lambdaj · libregistry