Registry / utility / streamex

streamex

JSON →
library0.8.4javamavenunverified

Enhances Java 8 Streams with additional operations and collectors for more expressive functional programming.

<dependency> <groupId>one.util</groupId> <artifactId>streamex</artifactId> <version>0.8.4</version> </dependency>
INSTALL
IMPORT
SIG · STREAMEX
S
streamex
utilityjavav0.8.4
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.

StreamEx
one.util.streamex.StreamEx

Create a StreamEx and filter even numbers.

import one.util.streamex.StreamEx; StreamEx.of(1, 2, 3, 4) .filter(x -> x % 2 == 0) .forEach(System.out::println);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
streamex — mvn dependency:get streamex · libregistry