Commit Graph

16 Commits

Author SHA1 Message Date
Juan Vaccari
bed05a4289 BAEL-2514 - Removed unit tests for orElse cases removed from tutorial 2019-02-11 17:54:15 +00:00
Juan Vaccari
a079636e79 BAEL-2514 - Changed key pattern example to use same map as others 2019-02-10 14:50:45 +00:00
Juan Vaccari
d56efcfa97 BAEL-2514 - Added a new test for retrieving values based on key patterns 2019-02-02 17:19:28 +00:00
Juan Vaccari
04626e522a BAEL-2514 - Added unit tests for multiple values 2019-01-23 19:07:06 +00:00
Juan Vaccari
f4871c9c57 BAEL-2514 - Added unit test for Map processing 2019-01-21 15:10:29 +00:00
Eric Martin
5408ed78fe Delete . .. 2019-01-19 18:15:26 -06:00
Loredana Crusoveanu
735b0a10b2 Update StreamFilterUnitTest.java 2019-01-17 23:25:26 +02:00
cror
2b7e66a398 renaming method according to content: thousand -> hundred 2019-01-16 17:14:35 +01:00
cror
438ff48c27 BAEL-2546: added Stream.count examples 2019-01-16 17:09:44 +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
fanatixan
e7412182a9 bael-2508 - Stream.peek() examples (#6132)
* bael-2508 - Stream.peek() examples

* beal-2508 additional example

* bael-2508 moving examples
2019-01-13 13:27:07 -08:00
Juan Moreno
be16616bb8 Added new samples 2018-12-08 16:21:30 -03:00
Juan Moreno
f06a9f4106 Sample code for BAEL-2333 2018-11-30 01:30:19 -03:00
Siben Nayak
51914a01e1 [BAEL-2032] Operate on an item in a Stream then remove it (#5175)
* [BAEL-2032] Operate on an item in a Stream then remove it

* Remove the unit test from this package
2018-09-28 12:47:10 -07:00
Eugen Paraschiv
201d616c6b minor cleanup 2018-08-30 20:36:27 +03:00
amit2103
bab3a724c6 [BAEL-8434] - Moved java stream articles to java-streams module 2018-08-23 21:00:47 +05:30