Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 354 Bytes

Java 8

This repository helps to understand basic of Java 8.

It covers following things

  • java.util.Function package

    • Function interface
    • Consumer Interface
    • Supplier Interface
    • Predicate Interface
  • Streams API

  • Collector

  • Collections Enhancements

  • Java 8 Comparator

Acknowledgments

  1. https://www.javabrahman.com/java-8/