SlideShare a Scribd company logo
LambdaExpression
What is Lambda Expression?
Lambda expression is a functional programming
where functionality or function implementation is
passed as an argument.
*Functional programming: In this technique pure
logic is executed without changing the Object
state.
Why or when to use Lambda?
Approach 1 : Compare the object on various
criterias.
Example : Person with attributes<Name, Age,
Gender, City, State>
Problem Stmt :Filter List of Person for
various criterias as follows
Get all female persons.
All persons having age greater than 30.
List all Persons who belong to one city.
In this we can have different solutions
possible as creating seperate methods for
each condition. Or one generic method
Approach 1 : Compare the object on various
criterias.
Create Class
public class Person {
private String name;
private String gender;
private Integer age;
private String city;
private String state;
}
Create criteria interface
public interface PersonCriteria {
boolean testPerson(Person p);
}
This class is responsible to adding the filter
Approach 1 : Compare the object on various
criterias.
Create a service class
public class PersonFilterService {
public void printPerson(List<Person> persons,PersonCriteria
pc ){
for(Person p : persons){
if(pc.testPerson(p))
System.out.println("Name :"+p.getName());
}
}
}
Create class to get filtered Person objects
public static void main (String args[]){
Person p1 = new Person("Sumit", "female", 34, "Gurgaon",
"Haryana");
Person p2 = new Person("Niren", "male", 40, "Gurgaon",
"Haryana");
Approach 2: Performaing operations on the
elements using Aggregate Operations.
To print elements of an array. Use Aggregate
Operations that Accept Lambda Expressions
as Parameters.
Example : Print the name of persons who have
gender Female.
persons.stream().filter((Person p)-
>p.getGender().equals("female")).map(p->p.getName()
).forEach(name -> System.out.println(name));

More Related Content

Viewers also liked

Pitch goda perlaviciute - izovator 22 mrt 2012
Pitch goda perlaviciute - izovator 22 mrt 2012Pitch goda perlaviciute - izovator 22 mrt 2012
Pitch goda perlaviciute - izovator 22 mrt 2012
iZovator
 
Hrdesks kolkata jobs
Hrdesks kolkata jobsHrdesks kolkata jobs
Hrdesks kolkata jobs
hr desks
 
Design, Strength, and Failure of Paleontology Plaster Jackets
Design, Strength, and Failure of Paleontology Plaster JacketsDesign, Strength, and Failure of Paleontology Plaster Jackets
Design, Strength, and Failure of Paleontology Plaster Jackets
Tyler Elizabeth Rice
 
Visa Options for International Entrepreneurs
Visa Options for International EntrepreneursVisa Options for International Entrepreneurs
Visa Options for International Entrepreneurs
ideatoipo
 
Sistema de gestion academica siga
Sistema de gestion academica   sigaSistema de gestion academica   siga
Sistema de gestion academica siga
Robin Casas
 
Vacation management system
Vacation management systemVacation management system
Vacation management systemEniko Bene
 
возможность применения опыта италии в установлении налога на
возможность применения опыта италии в установлении налога навозможность применения опыта италии в установлении налога на
возможность применения опыта италии в установлении налога наAnna Borisova
 
Evaluacion2
Evaluacion2Evaluacion2
Evaluacion2
Any Saula
 
Practica 11
Practica 11Practica 11
Practica 11
Any Saula
 
Joomla Plugin introduction
Joomla Plugin introductionJoomla Plugin introduction
Joomla Plugin introduction
Vidhysagar Mundhe
 
Risk management e creazione di valore per l’impresa
Risk management e creazione di valore per l’impresa Risk management e creazione di valore per l’impresa
Risk management e creazione di valore per l’impresa
Anna Borisova
 
The Delta Of An Arithmetic Asian Option Via The Pathwise Method
The Delta Of An Arithmetic Asian Option Via The Pathwise MethodThe Delta Of An Arithmetic Asian Option Via The Pathwise Method
The Delta Of An Arithmetic Asian Option Via The Pathwise Method
Anna Borisova
 
Segunda hora Novena de Navidad
Segunda hora Novena de NavidadSegunda hora Novena de Navidad
Segunda hora Novena de Navidad
GuilloVende.Com
 
Revista Umbanda nº 09
Revista Umbanda nº 09Revista Umbanda nº 09
Revista Umbanda nº 09
Mata Verde
 
Be2011 submit 650531106619 (1)
Be2011 submit 650531106619 (1)Be2011 submit 650531106619 (1)
Be2011 submit 650531106619 (1)Utha Manan
 
Manual del-conserje
Manual del-conserjeManual del-conserje
Manual del-conserje
BGA Gestión Inmobiliaria
 
Dual Process Marketing
Dual Process MarketingDual Process Marketing
Dual Process Marketing
Cognition
 
Ammissioni bienni12 ita_a4_low
Ammissioni bienni12 ita_a4_lowAmmissioni bienni12 ita_a4_low
Ammissioni bienni12 ita_a4_lowAnna Borisova
 

Viewers also liked (20)

Pitch goda perlaviciute - izovator 22 mrt 2012
Pitch goda perlaviciute - izovator 22 mrt 2012Pitch goda perlaviciute - izovator 22 mrt 2012
Pitch goda perlaviciute - izovator 22 mrt 2012
 
Hrdesks kolkata jobs
Hrdesks kolkata jobsHrdesks kolkata jobs
Hrdesks kolkata jobs
 
Media Articles
Media ArticlesMedia Articles
Media Articles
 
Design, Strength, and Failure of Paleontology Plaster Jackets
Design, Strength, and Failure of Paleontology Plaster JacketsDesign, Strength, and Failure of Paleontology Plaster Jackets
Design, Strength, and Failure of Paleontology Plaster Jackets
 
Visa Options for International Entrepreneurs
Visa Options for International EntrepreneursVisa Options for International Entrepreneurs
Visa Options for International Entrepreneurs
 
Sistema de gestion academica siga
Sistema de gestion academica   sigaSistema de gestion academica   siga
Sistema de gestion academica siga
 
Vacation management system
Vacation management systemVacation management system
Vacation management system
 
возможность применения опыта италии в установлении налога на
возможность применения опыта италии в установлении налога навозможность применения опыта италии в установлении налога на
возможность применения опыта италии в установлении налога на
 
Evaluacion2
Evaluacion2Evaluacion2
Evaluacion2
 
Practica 11
Practica 11Practica 11
Practica 11
 
Joomla Plugin introduction
Joomla Plugin introductionJoomla Plugin introduction
Joomla Plugin introduction
 
Man
ManMan
Man
 
Risk management e creazione di valore per l’impresa
Risk management e creazione di valore per l’impresa Risk management e creazione di valore per l’impresa
Risk management e creazione di valore per l’impresa
 
The Delta Of An Arithmetic Asian Option Via The Pathwise Method
The Delta Of An Arithmetic Asian Option Via The Pathwise MethodThe Delta Of An Arithmetic Asian Option Via The Pathwise Method
The Delta Of An Arithmetic Asian Option Via The Pathwise Method
 
Segunda hora Novena de Navidad
Segunda hora Novena de NavidadSegunda hora Novena de Navidad
Segunda hora Novena de Navidad
 
Revista Umbanda nº 09
Revista Umbanda nº 09Revista Umbanda nº 09
Revista Umbanda nº 09
 
Be2011 submit 650531106619 (1)
Be2011 submit 650531106619 (1)Be2011 submit 650531106619 (1)
Be2011 submit 650531106619 (1)
 
Manual del-conserje
Manual del-conserjeManual del-conserje
Manual del-conserje
 
Dual Process Marketing
Dual Process MarketingDual Process Marketing
Dual Process Marketing
 
Ammissioni bienni12 ita_a4_low
Ammissioni bienni12 ita_a4_lowAmmissioni bienni12 ita_a4_low
Ammissioni bienni12 ita_a4_low
 

Similar to Lambda Expression

Object Oriented Programming Using C++
Object Oriented Programming Using C++Object Oriented Programming Using C++
Object Oriented Programming Using C++
Muhammad Waqas
 
Lecture 5
Lecture 5Lecture 5
Lecture 5
talha ijaz
 
Object Oriented Programming with C#
Object Oriented Programming with C#Object Oriented Programming with C#
Object Oriented Programming with C#
SyedUmairAli9
 
Intake 38 5 1
Intake 38 5 1Intake 38 5 1
Intake 38 5 1
Mahmoud Ouf
 
Classes objects in java
Classes objects in javaClasses objects in java
Classes objects in java
Madishetty Prathibha
 
Simple class and object examples in java
Simple class and object examples in javaSimple class and object examples in java
Simple class and object examples in java
Harish Gyanani
 
Oop features java presentationshow
Oop features java presentationshowOop features java presentationshow
Oop features java presentationshow
ilias ahmed
 
Sharbani bhattacharya VB Structures
Sharbani bhattacharya VB StructuresSharbani bhattacharya VB Structures
Sharbani bhattacharya VB Structures
Sharbani Bhattacharya
 
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
SanmatiRM
 
C# Summer course - Lecture 3
C# Summer course - Lecture 3C# Summer course - Lecture 3
C# Summer course - Lecture 3
mohamedsamyali
 
Lecture 4. mte 407
Lecture 4. mte 407Lecture 4. mte 407
Lecture 4. mte 407
rumanatasnim415
 
C# program structure
C# program structureC# program structure
Basic concept of class, method , command line-argument
Basic concept of class, method , command line-argumentBasic concept of class, method , command line-argument
Basic concept of class, method , command line-argument
Suresh Mohta
 
CJP Unit-1 contd.pptx
CJP Unit-1 contd.pptxCJP Unit-1 contd.pptx
CJP Unit-1 contd.pptx
RAJASEKHARV10
 
Class and object
Class and objectClass and object
Class and object
Prof. Dr. K. Adisesha
 
C# p8
C# p8C# p8
SE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and DesignSE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and Design
Amr E. Mohamed
 

Similar to Lambda Expression (20)

Object Oriented Programming Using C++
Object Oriented Programming Using C++Object Oriented Programming Using C++
Object Oriented Programming Using C++
 
Lecture 5
Lecture 5Lecture 5
Lecture 5
 
Object Oriented Programming with C#
Object Oriented Programming with C#Object Oriented Programming with C#
Object Oriented Programming with C#
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Intake 38 5 1
Intake 38 5 1Intake 38 5 1
Intake 38 5 1
 
Classes objects in java
Classes objects in javaClasses objects in java
Classes objects in java
 
Simple class and object examples in java
Simple class and object examples in javaSimple class and object examples in java
Simple class and object examples in java
 
Oop features java presentationshow
Oop features java presentationshowOop features java presentationshow
Oop features java presentationshow
 
Sharbani bhattacharya VB Structures
Sharbani bhattacharya VB StructuresSharbani bhattacharya VB Structures
Sharbani bhattacharya VB Structures
 
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
 
C# Summer course - Lecture 3
C# Summer course - Lecture 3C# Summer course - Lecture 3
C# Summer course - Lecture 3
 
Lecture 4. mte 407
Lecture 4. mte 407Lecture 4. mte 407
Lecture 4. mte 407
 
C# program structure
C# program structureC# program structure
C# program structure
 
Objects and Types C#
Objects and Types C#Objects and Types C#
Objects and Types C#
 
Basic concept of class, method , command line-argument
Basic concept of class, method , command line-argumentBasic concept of class, method , command line-argument
Basic concept of class, method , command line-argument
 
Interface
InterfaceInterface
Interface
 
CJP Unit-1 contd.pptx
CJP Unit-1 contd.pptxCJP Unit-1 contd.pptx
CJP Unit-1 contd.pptx
 
Class and object
Class and objectClass and object
Class and object
 
C# p8
C# p8C# p8
C# p8
 
SE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and DesignSE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and Design
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 

Lambda Expression

  • 1. LambdaExpression What is Lambda Expression? Lambda expression is a functional programming where functionality or function implementation is passed as an argument. *Functional programming: In this technique pure logic is executed without changing the Object state.
  • 2. Why or when to use Lambda? Approach 1 : Compare the object on various criterias. Example : Person with attributes<Name, Age, Gender, City, State> Problem Stmt :Filter List of Person for various criterias as follows Get all female persons. All persons having age greater than 30. List all Persons who belong to one city. In this we can have different solutions possible as creating seperate methods for each condition. Or one generic method
  • 3. Approach 1 : Compare the object on various criterias. Create Class public class Person { private String name; private String gender; private Integer age; private String city; private String state; } Create criteria interface public interface PersonCriteria { boolean testPerson(Person p); } This class is responsible to adding the filter
  • 4. Approach 1 : Compare the object on various criterias. Create a service class public class PersonFilterService { public void printPerson(List<Person> persons,PersonCriteria pc ){ for(Person p : persons){ if(pc.testPerson(p)) System.out.println("Name :"+p.getName()); } } } Create class to get filtered Person objects public static void main (String args[]){ Person p1 = new Person("Sumit", "female", 34, "Gurgaon", "Haryana"); Person p2 = new Person("Niren", "male", 40, "Gurgaon", "Haryana");
  • 5. Approach 2: Performaing operations on the elements using Aggregate Operations. To print elements of an array. Use Aggregate Operations that Accept Lambda Expressions as Parameters. Example : Print the name of persons who have gender Female. persons.stream().filter((Person p)- >p.getGender().equals("female")).map(p->p.getName() ).forEach(name -> System.out.println(name));