An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with java-streams

A curated list of projects in awesome lists tagged with java-streams .

https://github.com/bnymellon/codekatas

Code Kata collection for JVM Languages and Libraries.

eclipse-collections java java-17 java-20 java-21 java-lambda java-streams java-time kata kotlin

Last synced: 15 May 2025

https://github.com/speedment/jpa-streamer

JPAstreamer is a lightweight library for expressing JPA queries as Java Streams

java java-streams jpa orm

Last synced: 12 Apr 2025

https://github.com/xpinjection/java8-misuses

Common misuses of new Java 8 features and other mistakes

java java-streams java8 java8-learning java8-misuses java8-optionals java8-study

Last synced: 09 Apr 2025

https://github.com/dpaukov/combinatoricslib3

Combinatorial objects stream generators for Java.

cartesian-product combinations combinatorics java-streams permutation subsets

Last synced: 21 Nov 2025

https://github.com/bertptrs/phpstreams

A streams library for PHP inspired by the Java 8 Streams API.

java-streams php stream

Last synced: 03 May 2025

https://github.com/akarnokd/rxjavajdk8interop

RxJava 2/3 interop library for supporting Java 8 features such as Optional, Stream and CompletableFuture [discontinued]

completablefuture completionstage extensions java-streams reactive-streams rxjava stream

Last synced: 23 Jun 2025

https://github.com/asuiu/pyxtension

Pure Python extensions library that includes Scala-like streams, Json with attribute access syntax, and other common use stuff

java-streams mapreduce python python-iterables python-itertools python-json python-mapreduce python-multiprocessing python-multithreading python-streaming streaming

Last synced: 09 Apr 2025

https://github.com/piomin/sample-spring-jpa-streamer

Demo project showing how to express JPA queries with Java streams with the JPAstreamer library written in Spring Boot.

java java-streams jpa jpa-hibernate spring-boot spring-data-jpa

Last synced: 10 Jun 2025

https://github.com/josepaumard/devoxx-be-2017

This repo is an extended and somehow cleaned up version of the live coding sessions I made for my talk Collectors in the Wild at Devoxx Belgium 2017.

collectors devoxx-be-2017 java java-8 java-collectors java-streams streams

Last synced: 13 Jul 2025

https://github.com/omaraflak/filter-library

Android library to filter any object in a list using a simple annotation.

android annotation-processor filter filter-list java-streams library

Last synced: 12 Apr 2025

https://github.com/xpinjection/java8-extensions

Code samples demonstrating benefits of some Java 8 extensions and libraries

java java-8 java-streams java8-learning java8-study javaslang jool streamex vavr

Last synced: 15 Apr 2025

https://github.com/juliomarcopineda/jdbc-stream

Light-weight library to wrap JDBC ResultSet to Java Stream API

java java-stream-api java-streams java8 java8-stream jdbc lambda sql

Last synced: 10 Apr 2025

https://github.com/jabrena/functional-rosetta-stone

A repository to review the main concepts about Functional Programming with Java

functional-programming java java-stream-api java-streams

Last synced: 11 Jul 2025

https://github.com/feltex/java-stream

Aprenda como manipular colecoes em Java utilizando Stream

java java-stream-api java-stream-collector java-streams java11 java8 stream

Last synced: 22 Apr 2025

https://github.com/javazakariae/javachallenges

This repository contains my Java responses for some Java questions.

java-8 java-streams java10 java11 java12 java13 java9

Last synced: 29 Oct 2025

https://gitlab.com/littlesaints/functional-streams

Smart functions for stream processing, fault-tolerance and Java Streams integration of non-streaming APIs and language constructs.

functional-programming functional-streams java java-8 java-streams microservices stream-processing

Last synced: 22 Jul 2025

https://github.com/javiorfo/steams

Go functional programming library inspired (mostly) on Java Streams

functional-programming go go-library golang java-streams

Last synced: 30 Jul 2025

https://github.com/deividfrancis/java-streams

Exemplos simples utilizando java list normal e list streams

atividade atividade-java collectors java java-8 java-basico java-collectors java-streams

Last synced: 01 Aug 2025

https://github.com/rapter1990/depremapi

Get latest earthquakes list information from Kandilli and AFAD

api aws-beanstalk java java-streams jsoup junit lombok spring-boot swagger swagger2

Last synced: 16 May 2025

https://github.com/viveknaskar/java-experiments

A collection of Java examples and experiments to understand core concepts, design patterns, and coding practices.

algorithm-examples coding-practice design-patterns exception-handling java java-examples java-experiments java-generics java-programming java-streams singleton-pattern string-manipulation

Last synced: 14 Apr 2025

https://github.com/mtumilowicz/java11-stream-map-filter-implementation-using-flatmap

Implementation of stream's map / filter using flatMap.

filter flatmap java-streams map stream

Last synced: 27 Oct 2025

https://github.com/b2pweb/bdf-collections

Implementation of commons collections, with java-like stream to apply transformations.

collections functional java-streams

Last synced: 19 Aug 2025

https://github.com/rapter1990/dataorbpayroll

Java Stream Code Task for DataOrb

collections file java java-streams

Last synced: 24 Jun 2025

https://github.com/2kabhishek/topgear-java-streams

Solutions for Java-Streams problems. ☕🌊

assignment java java-streams solutions topgear

Last synced: 01 Mar 2025

https://github.com/salaxdev/jstreamloader

A Java library for loading and handling streams effortlessly

file-loader image-loader java java-21 java-io java-library java-music-player java-streams open-source

Last synced: 05 Apr 2025

https://github.com/petruki/dijkstra-algorithm

My implementation of Dijkstra algorithm

dijkstra-algorithm java java-streams

Last synced: 31 Mar 2025

https://github.com/yazzdev/belajar-java-stream

Learning Path Java Streams

java java-streams

Last synced: 24 Mar 2025

https://github.com/csini/file-processing-exercise

a custom special java collector handling effective a large text input file

java-streams

Last synced: 24 Feb 2025

https://github.com/mdecker-mobilecomputing/java_lambda_streams

Beispiele für Lambda-Ausdrücke und Streams in Java

github-actions java java-streams lambda

Last synced: 12 Mar 2025

https://github.com/mdecker-mobilecomputing/java_kfzstream

Programm mit Stream von KFZ-Objekten (Kennzeichen+PS), muss als Übung erweitert werden

exercise java java-streams

Last synced: 21 Feb 2025

https://github.com/jotatoledo/programmieren-ws16-17

Just a repository used to store the resolution of the assignments of the lecture "Programmieren" at KIT during the winter semester 2016-2017

java java-streams java8

Last synced: 25 Aug 2025

https://github.com/mtumilowicz/java11-stream-flatmap-fix

How flatMap was fixed in java 11.

flatmap java java-streams

Last synced: 23 Feb 2025

https://github.com/romanow/stream-processing-benchmark

JMH benchmark on Stream and Parallel Stream processing

java-streams jmh

Last synced: 29 Jun 2025

https://github.com/mbdevpl/wut-bsc-programming-in-java

solutions to tasks for Programming in Java course from my Bachelor studies

generic-programming inheritance java-awt java-io java-se java-streams java-thread

Last synced: 05 Oct 2025

https://github.com/mtumilowicz/java11-stream-map-filter-implementation-using-reduce

Implementation of stream's map / filter using only reduce.

filter java-streams map reduce stream

Last synced: 08 Aug 2025

https://github.com/peshrus/java-stream-api-logger

Java Stream API Logger is an instrumentation library for logging of API methods returning Stream. It is needed when you want to understand what happens in the Streams created inside of your code.

instrumentation instrumentation-agent java java-8 java-agent java-stream-api java-streams java8 javastream javastreams

Last synced: 27 Jun 2025