/lambda_sample

JDK 8 Lambda Feature's experiments

Primary LanguageJava

JDK Lambda Sample

These tests come from tests for Google Guava Library tests.
I refactor them that tests JDK 8 new Lambda feature. Which includes
  • Basic Lambda Syntax Test
Consumer
Function
Comparator
Predicate
  • Collection Stream Test
List
Stack
Set/Map
  • Parallelism Test
  • Some real case applications