José Paumard
Results
10
repositories owned by
José Paumard
collectors-utils
24
Stars
13
Forks
Watchers
CollectorsUtils is a factory class that provides collectors for the JDK 8 Stream API.
devoxx-be-2017
16
Stars
18
Forks
Watchers
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.
jdk8-lambda-tour
116
Stars
70
Forks
Watchers
Examples of Java 8, lambdas, Streams and Collectors stuff I show as examples during my talks.
streams-utils
186
Stars
49
Forks
Watchers
Streams Utils is a set of operations written on Java 8 Streams. It allows several basic operations that are not available in the the Java 8, and that have proven to be very useful in some cases. It is...