aNNiMON/Lightweight-Stream-API
Stream API from Java 8 rewritten on iterators for Java 7 and below observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4262
- days_rel: n/a
- days_push: 925
- n_releases_24m: 0
Adoption not part of the score
1591 stars · 126 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java library that backports the Java 8 Stream API, functional interfaces, and Optional classes to Java 7 and below, implemented on iterators. It adds extra operators like filterNot, select, and custom unary operators beyond the standard API.
Use cases
- use Java 8 streams on Android with old Java versions
- backport Stream API to Java 7 projects
- use Optional and functional interfaces without Java 8
- apply custom stream operators like reverse
- chain filter map sorted forEach on legacy JVM
When to choose
- you're stuck on Java 7 or an old Android API level but want stream-style code
- you need custom stream operators not available in Java 8 streams
When to avoid
- you're on Java 8+ and can use the built-in Stream API
- you need parallel stream processing
Facets
library · maturity maintenance
serialization developer-tools programming-languages jvm cross-platform java-7-backport stream-api functional-programming optional iterators algorithms android
1 source
- readme: https://github.com/aNNiMON/Lightweight-Stream-API · fetched 2026-08-28 · b30d699d41f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aNNiMON/Lightweight-Stream-API | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="aNNiMON/Lightweight-Stream-API")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem