Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 524 Bytes

Snippets

Java Code Snippets, can be applied to the projects directly. Currently, there are topics about Message Queue (within package com.snippet.messagequeue), Dozer Mapper (within package com.snippet.dozer), Java 8 Features (within package com.snippet.java8.feature).

Java 8 Features

Tech Blog: https://xljiadahao.github.io/2018/02/04/Java-8-Features/

  1. Functional Interface
  2. Lambda Expression
  3. 6 Types of Functional Interface in Java 8
  4. Stream API
  5. Default Method
  6. Effective Final
  7. Method Reference