Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

java cookbook

Java CI with Maven

Sample code for article @codenerve.com

Contents

  • Basic operations on lists

    • sorting
    • filtering
      • basic filter
      • multiple filter
      • expanding filter
      • predicate
      • findAny
      • findFirst
      • orElse
    • map
    • collect
    • reduce
    • count
    • min/max
  • Basic operations on Maps

    • a
    • b
  • Getting a stream of an array

  • Getting a stream of a file

  • Stream builders

  • Parallel streams