Ross ROSS = Recommend OSS · open-source software intelligence for agents

amaembo/streamex

Enhancing Java Stream API observed · 2026-08-28

github.com/amaembo/streamex · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 93
  • Release rhythm 61
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 335.5
  • age_days: 4163
  • days_rel: 45
  • days_push: 45
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

2290 stars · 259 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

StreamEx is a Java library that enhances the Java 8 Stream API with additional stream classes like StreamEx, IntStreamEx, and EntryStream, plus extra collectors. It offers shorter, more convenient stream operations while remaining fully compatible with the standard JDK streams and parallel processing.

Use cases

  • simplify common Java stream operations with fewer lines of code
  • group stream elements into a map with one-liner groupingBy
  • join stream elements into a delimited string
  • filter stream elements by type with select()
  • prepend or append elements to an existing stream
  • use streams as Iterables in for-each loops
  • work with map entry streams more conveniently

When to choose

  • you write lots of Java 8+ stream code and want more concise, expressive operations
  • you need extra collectors and stream helpers without leaving the JDK Stream API
  • you want a lightweight dependency with minimal performance overhead and parallel-stream friendliness

When to avoid

  • your project is limited to Java versions or environments where adding dependencies is restricted
  • you only use streams occasionally and standard JDK API suffices
  • you need reactive or async stream processing rather than JDK-style streams

Facets

library · maturity stable

developer-tools developer-tools programming-languages jvm java-streams collections java8 functional-programming

1 source

Member repositories

RepositoryRoleHealth v2
amaembo/streamexmain83

For agents

markdown · JSON · MCP: product_card(name="amaembo/streamex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem