File tree Expand file tree Collapse file tree
core-java-modules/core-java-streams
core-kotlin-modules/core-kotlin
testing-modules/assertion-libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ This module contains articles about the Stream API in Java.
1313- [ Java Stream Filter with Lambda Expression] ( https://www.baeldung.com/java-stream-filter-lambda )
1414- [ Counting Matches on a Stream Filter] ( https://www.baeldung.com/java-stream-filter-count )
1515- [ Summing Numbers with Java Streams] ( https://www.baeldung.com/java-stream-sum )
16- - More articles: [[ next -->]] ( /../core-java-streams-2 )
16+ - [ How to Find all Getters Returning Null] ( https://www.baeldung.com/java-getters-returning-null )
17+ - More articles: [[ next -->]] ( /../core-java-streams-2 )
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ This module contains articles about Kotlin core features.
99- [ Create a Java and Kotlin Project with Maven] ( https://www.baeldung.com/kotlin-maven-java-project )
1010- [ Kotlin Ternary Conditional Operator] ( https://www.baeldung.com/kotlin-ternary-operator )
1111- [ Sequences in Kotlin] ( https://www.baeldung.com/kotlin/sequences )
12+ - [ Converting Kotlin Data Class from JSON using GSON] ( https://www.baeldung.com/kotlin-json-convert-data-class )
Original file line number Diff line number Diff line change 22
33This module contains articles about Netflix.
44
5- ### Relevant articles
6-
7- - [ Introduction to Netflix Genie] ( https://www.baeldung.com/netflix-genie-intro )
Original file line number Diff line number Diff line change 1+ ### Relevant Articles:
2+
3+ - [ Introduction to Netflix Genie] ( https://www.baeldung.com/netflix-genie-intro )
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ This module contains articles about Spring RestTemplate
44
55### Relevant Articles:
66
7-
7+ - [ Spring RestTemplate Request/Response Logging ] ( https://www.baeldung.com/spring-resttemplate-logging )
Original file line number Diff line number Diff line change 1010- [ Custom Assertions with AssertJ] ( http://www.baeldung.com/assertj-custom-assertion )
1111- [ Using Conditions with AssertJ Assertions] ( http://www.baeldung.com/assertj-conditions )
1212- [ AssertJ Exception Assertions] ( http://www.baeldung.com/assertj-exception-assertion )
13- - [ Asserting Log Messages With JUnit] ( https://www.baeldung.com/junit-asserting-logs )
You can’t perform that action at this time.
0 commit comments