65 results for “topic:java-stream-api”
No description provided.
The Python Stream API Library offering Streams like you know from Java/Kotlin/Scala in Python with some cool extensions
Java Stream API Examples
Check your knowledge of Java Streams API (edu project)
Light-weight library to wrap JDBC ResultSet to Java Stream API
A repository to review the main concepts about Functional Programming with Java
These course notes contain additional informations on core java and have some JavaEE projects. Note: Codes in these notes have been written by Oğuz Karan, trainer and instructor in C and System Programmers Association. https://github.com/oguzkaran
Aprenda como manipular colecoes em Java utilizando Stream
A curated collection of practical Java Stream API examples demonstrating common data processing tasks with clear, reusable code snippets.
Stream API
JAVA 8 Features & streams API -> all the Functions and Concepts with their individual Code Implementation
StreamProcessing is a collection of practical examples for learning stream processing with Java and Kafka Streams, focused on real tasks like filtering, mapping, aggregation, and event handling.
Kata Java Arrays.streams, code coverage Jacoco, Gradle custom sourceSets
DCL-204: Java SE 11 Programming
This project contains Core Java code samples that are used as examples on amitph tutorials.
Core Java practice / reference
Desafío de programación - catálogo de libros. uso de solicitudes HTTP a una API de libros, manipulacion de datos JSON, guardardos en una base de datos, pudiendo a filtrar y mostrar los libros y autores de interés.
Stack Overflow Data Analyzer using Spring Boot that fetches data via the Stack Overflow Open API using request APIs. Then stores the retrieved data in a local database for further processing. The application leverages Java Stream API and lambda expressions to perform efficient data analysis, such as filtering, sorting, etc.
Java Features Example
A blazingly fast reimplementation of a subset of Java Stream APIs
Programación funcional en Java. Procesamiento de datos con la API Stream en Java. Interfaz funcional Comparator.
Array Rotation Java
Beginner friendly code snippets in Java
Java Programming Language university project
Java Stream API Examples
Implementation of simplified version of Java Stream API
Projeto da disciplina Desenvolvimento de Aplicações Coorporativas Avançadas. Feito em Spring Boot com Hibernate JPA, Caching Redis, Autenticação, Java Streams API
Hotel Booking Management System project using core java
A collection of practical Java programming tasks focused on design patterns, custom annotations, a translator program, and Stream API exercises. These tasks enhance understanding of core Java concepts and object-oriented principles.
Java design patterns Samples