ae109dfb7c
* initial commit for first article evaluation * fixed compilation error * removed final keywords for compliance * added unit tests and refactored as needed * refactored application-context.xml to use self-closing tags * renamed tests to use UnitTest suffix * removed unnecessary annotation * added code samples for primitive streams * removed sample code and tests for evaluation article * renamed unit test to proper unit test naming * added a test to show boxed method * added the assertion to the test fox boxed * changed mapToInt test to use Arrays.asList instead of a POJO as per Grzegorz and Eugen |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Core Java 8 Cookbooks and Examples
Relevant Articles:
- Java 8 Collectors
- Guide to Java 8’s Functional Interfaces
- Java 8 – Powerful Comparison with Lambdas
- Java 8 New Features
- Lambda Expressions and Functional Interfaces: Tips and Best Practices
- The Double Colon Operator in Java 8
- Java 8 Streams Advanced
- Introduction to Java 8 Streams
- Guide to Java 8 groupingBy Collector
- Strategy Design Pattern in Java 8
- Java 8 and Infinite Streams
- String Operations with Java Streams
- Exceptions in Java 8 Lambda Expressions
- Java 8 Stream findFirst() vs. findAny()
- Guide to Java 8 Comparator.comparing()
- How to Get the Last Element of a Stream in Java?
- Introduction to the Java 8 Date/Time API
- Migrating to the New Java 8 Date Time API
- Guide To Java 8 Optional
- Guide to the Java 8 forEach
- Get the Current Date, Time and Timestamp in Java 8
- TemporalAdjuster in Java
- Finding Max/Min of a List or Collection
- Java Base64 Encoding and Decoding
- The Difference Between map() and flatMap()
- Merging Streams in Java
- “Stream has already been operated upon or closed” Exception in Java
- Display All Time Zones With GMT And UTC in Java
- Copy a File with Java
- Generating Prime Numbers in Java