Skip to content

noah-iam/java-8-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-8-streams

In This Code, I have given few examples of streams methods:

    getSetOfAddress();
    useOfFlatMap();
    getSortedActivities();
    getDistinctActivities();
    getSortByName();
    getSortByAge();
    getFilterByAge();
    getFilterByName();
    getFilterByNameAndAge();
    getReduceFunctionOnSalary();
    getReduceFunctionOnAvgSalary();
    getMaxSalariedEmployee();
   getJoinedEmployeeByName();
     getJoinedEmployeeByNameWithDeliMeter();
    getJoinedEmployeeByNameWithDeliMeterAndWithSuffix_Prefix();
    getCountOfEmployee();
    getCountOfEmployeeWithFilter();
    getMappingOfEmployee();
    getMinBy_Employee();
     getMaxBy_Employee();
     getAverageSalaryOfEmployees();
     getSumOfSalaryOfEmployees();
     getGroupByAddressEmployees();
     getCustomGroupBySalaryEmployees();
     getCustomGroupByMore();
    getGroupByAndMax();
    getGroupByAndCount();
    getGroupByAndCountOnTempArray();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages