Registry / utility / jool
library0.9.15javamavenunverified

jOOλ provides useful extensions to Java 8 lambdas, part of the jOOQ series.

<dependency> <groupId>org.jooq</groupId> <artifactId>jool</artifactId> <version>0.9.15</version> </dependency>
INSTALL
IMPORT
SIG · JOOL
J
jool
utilityjavav0.9.15
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.

Seq
org.jooq.lambda.Seq

Demonstrates basic usage of jOOλ's Seq for functional operations.

import org.jooq.lambda.Seq; public class Example { public static void main(String[] args) { Seq.of(1, 2, 3).forEach(System.out::println); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jool — mvn dependency:get jool · libregistry