e7301029c3
* Creating new module Creating new module for Hexagonal Architecture * Adding Java classes Adding Java classes used in the example * Adding the pom.xml file Adding the pom.xml file. * Update the pom.xml file Update the pom.xml file * BAEL-2498: Creating new folder Creating new folder for Java 8 sum with Streams examples * BAEL-2498: Uploading java Classes Adding the Java classes containing examples of different methods to calculate the sum using Java 8 Streams * BAEL-2498: Creating new folder Creating new folder for sum unit tests * BAEL-2498: Adding the unit tests Adding the unit tests for the methods that calculate the sum using the Java Streams * Add files via Upload - Adding a method for calculating the sum of a map´s values - Adding a method for calculating the sum of numbers within a String object * Add files via upload - Adding a method for calculating the sum of a map´s values - Adding a method for calculating the sum of numbers within a String object * Delete . ... * Delete pom.xml * Delete User.java * Delete UserControler.java * Delete UserDataBaseAdapter.java * Delete UserInterfaceAdapter.java * Delete UserDataBasePort.java * Delete UserInterfacePort.java * Delete UserService.java |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Java Streams Cookbooks and Examples
Relevant Articles:
- Java 8 Streams Advanced
- Introduction to Java 8 Streams
- Java 8 and Infinite Streams
- Java 8 Stream findFirst() vs. findAny()
- How to Get the Last Element of a Stream in Java?
- ”Stream has already been operated upon or closed” Exception in Java
- Iterable to Stream in Java
- How to Iterate Over a Stream With Indices
- Primitive Type Streams in Java 8
- Stream Ordering in Java
- Introduction to Protonpack
- Java Stream Filter with Lambda Expression