7 Commits

Author SHA1 Message Date
Alejandro Gervasio
b293765466 Guide to Stream.reduce() (#6425)
* Initial Commit

* Update Application.java
2019-02-27 07:46:07 -06:00
Eric Martin
cf6bbab47b
Merge pull request #6161 from eugenp/pivovarit-patch-1
Delete . ..
2019-01-19 11:02:24 -06:00
Grzegorz Piwowarek
b47140fdd2
Delete . .. 2019-01-17 15:44:27 +01:00
cror
2b7e66a398 renaming method according to content: thousand -> hundred 2019-01-16 17:14:35 +01:00
soufiane-cheouati
e7301029c3 Adding new methods for calculating the sum (#6088)
* 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
2019-01-15 17:37:38 +01:00
Juan Moreno
f06a9f4106 Sample code for BAEL-2333 2018-11-30 01:30:19 -03:00
amit2103
bab3a724c6 [BAEL-8434] - Moved java stream articles to java-streams module 2018-08-23 21:00:47 +05:30