際際滷

際際滷Share 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 (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
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   sigaSistema de gestion academica   siga
Sistema de gestion academica siga
Robin Casas
Vacation management system
Vacation management systemVacation management system
Vacation management system
Eniko Bene
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
Anna Borisova
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 limpresa
Risk management e creazione di valore per limpresa Risk management e creazione di valore per limpresa
Risk management e creazione di valore per limpresa
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 NavidadSegunda hora Novena de Navidad
Segunda hora Novena de Navidad
GuilloVende.Com
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-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_low
Anna Borisova
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   sigaSistema de gestion academica   siga
Sistema de gestion academica siga
Robin Casas
Vacation management system
Vacation management systemVacation management system
Vacation management system
Eniko Bene
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
于仂亰仄仂亢仆仂 仗亳仄亠仆亠仆亳 仂仗舒 亳舒仍亳亳 于 舒仆仂于仍亠仆亳亳 仆舒仍仂亞舒 仆舒
Anna Borisova
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 limpresa
Risk management e creazione di valore per limpresa Risk management e creazione di valore per limpresa
Risk management e creazione di valore per limpresa
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 NavidadSegunda hora Novena de Navidad
Segunda hora Novena de Navidad
GuilloVende.Com
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-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_low
Anna Borisova

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++
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
software construction and development week 3 Python lists, tuples, dictionari...
software construction and development week 3 Python lists, tuples, dictionari...software construction and development week 3 Python lists, tuples, dictionari...
software construction and development week 3 Python lists, tuples, dictionari...
MuhammadBilalAjmal2
Lecture 4
Lecture 4Lecture 4
Lecture 4
talha ijaz
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
Object Oriented Programming in Python.pptx
Object Oriented Programming in Python.pptxObject Oriented Programming in Python.pptx
Object Oriented Programming in Python.pptx
grpvasundhara1993
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
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦nToulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Diego Mart鱈n
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
SanmatiRM
C++ basic intro on c++ programming language ppt
C++ basic intro on c++ programming language pptC++ basic intro on c++ programming language ppt
C++ basic intro on c++ programming language ppt
PavithraD65
basic concepts of object oriented programming
basic concepts of object oriented programmingbasic concepts of object oriented programming
basic concepts of object oriented programming
infotechsaasc
C# Summer course - Lecture 3
C# Summer course - Lecture 3C# Summer course - Lecture 3
C# Summer course - Lecture 3
mohamedsamyali
the education purpose of software C++.ppt
the education purpose of software C++.pptthe education purpose of software C++.ppt
the education purpose of software C++.ppt
FarookMohamed12
Object Oriented Programming notes provided
Object Oriented Programming notes providedObject Oriented Programming notes provided
Object Oriented Programming notes provided
dummydoona
Lecture 4. mte 407
Lecture 4. mte 407Lecture 4. mte 407
Lecture 4. mte 407
rumanatasnim415
C# program structure
C# program structureC# program structure
C# program structure
baabtra.com - No. 1 supplier of quality freshers
Object Oriented Programming Using C++
Object Oriented Programming Using C++Object Oriented Programming Using C++
Object Oriented Programming Using C++
Muhammad Waqas
Object Oriented Programming with C#
Object Oriented Programming with C#Object Oriented Programming with C#
Object Oriented Programming with C#
SyedUmairAli9
software construction and development week 3 Python lists, tuples, dictionari...
software construction and development week 3 Python lists, tuples, dictionari...software construction and development week 3 Python lists, tuples, dictionari...
software construction and development week 3 Python lists, tuples, dictionari...
MuhammadBilalAjmal2
Intake 38 5 1
Intake 38 5 1Intake 38 5 1
Intake 38 5 1
Mahmoud Ouf
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
Object Oriented Programming in Python.pptx
Object Oriented Programming in Python.pptxObject Oriented Programming in Python.pptx
Object Oriented Programming in Python.pptx
grpvasundhara1993
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
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦nToulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Toulouse.pptx presentaci坦n presentaci坦n presentaci坦n
Diego Mart鱈n
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
SanmatiRM
C++ basic intro on c++ programming language ppt
C++ basic intro on c++ programming language pptC++ basic intro on c++ programming language ppt
C++ basic intro on c++ programming language ppt
PavithraD65
basic concepts of object oriented programming
basic concepts of object oriented programmingbasic concepts of object oriented programming
basic concepts of object oriented programming
infotechsaasc
C# Summer course - Lecture 3
C# Summer course - Lecture 3C# Summer course - Lecture 3
C# Summer course - Lecture 3
mohamedsamyali
the education purpose of software C++.ppt
the education purpose of software C++.pptthe education purpose of software C++.ppt
the education purpose of software C++.ppt
FarookMohamed12
Object Oriented Programming notes provided
Object Oriented Programming notes providedObject Oriented Programming notes provided
Object Oriented Programming notes provided
dummydoona

Recently uploaded (20)

Mixed_Sinhala_Dual_Male_Names (1).pdf...
Mixed_Sinhala_Dual_Male_Names (1).pdf...Mixed_Sinhala_Dual_Male_Names (1).pdf...
Mixed_Sinhala_Dual_Male_Names (1).pdf...
keshanf79
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdfIB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
Dr. Mahtab Alam
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation FourthStrategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
keileyrazawi
Using social media to learn from conferences
Using social media to learn from conferencesUsing social media to learn from conferences
Using social media to learn from conferences
Sue Beckingham
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
A Biodiction : A Unit of Dr. Divya Sharma
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINESPATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
BananaIP Counsels
How to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in OdooHow to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in Odoo
Celine George
How to manage Customer Tips with Odoo 17 Point Of Sale
How to manage Customer Tips with Odoo 17 Point Of SaleHow to manage Customer Tips with Odoo 17 Point Of Sale
How to manage Customer Tips with Odoo 17 Point Of Sale
Celine George
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-6-2025 ver 5.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-6-2025 ver 5.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-6-2025 ver 5.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-6-2025 ver 5.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
Prabhakar Singh Patel
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. DabhadeSynthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptxBUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
BUSINESS QUIZ | THE QUIZ CLUB OF PSGCAS | 17TH MARCH 2025 .pptx
Quiz Club of PSG College of Arts & Science
10.socialorganisationandsocialsystem .pptx
10.socialorganisationandsocialsystem .pptx10.socialorganisationandsocialsystem .pptx
10.socialorganisationandsocialsystem .pptx
Vivek Bhattji
Proteins, Bio similars & Antibodies.pptx
Proteins, Bio similars &  Antibodies.pptxProteins, Bio similars &  Antibodies.pptx
Proteins, Bio similars & Antibodies.pptx
Ashish Umale
UNIT 1 Introduction to communication.pptx
UNIT 1 Introduction to communication.pptxUNIT 1 Introduction to communication.pptx
UNIT 1 Introduction to communication.pptx
HARIHARAN A
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. DabhadeAnthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
LITERATURE QUIZ | THE QUIZ CLUB OF PSGCAS | 11 MARCH 2025 .pdf
LITERATURE QUIZ | THE QUIZ CLUB OF PSGCAS | 11 MARCH 2025 .pdfLITERATURE QUIZ | THE QUIZ CLUB OF PSGCAS | 11 MARCH 2025 .pdf
LITERATURE QUIZ | THE QUIZ CLUB OF PSGCAS | 11 MARCH 2025 .pdf
Quiz Club of PSG College of Arts & Science
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptxO SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
Literature Hero
MUSIC QUIZ | THE QUIZ CLUB OF PSGCAS | 12 MARCH 2025
MUSIC QUIZ | THE QUIZ CLUB OF PSGCAS | 12 MARCH 2025MUSIC QUIZ | THE QUIZ CLUB OF PSGCAS | 12 MARCH 2025
MUSIC QUIZ | THE QUIZ CLUB OF PSGCAS | 12 MARCH 2025
Quiz Club of PSG College of Arts & Science
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. DabhadeAnti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
Mixed_Sinhala_Dual_Male_Names (1).pdf...
Mixed_Sinhala_Dual_Male_Names (1).pdf...Mixed_Sinhala_Dual_Male_Names (1).pdf...
Mixed_Sinhala_Dual_Male_Names (1).pdf...
keshanf79
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdfIB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
IB-Unit-5 BBA BVIMR 2022 Syllabus_watermark.pdf
Dr. Mahtab Alam
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation FourthStrategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
keileyrazawi
Using social media to learn from conferences
Using social media to learn from conferencesUsing social media to learn from conferences
Using social media to learn from conferences
Sue Beckingham
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
Bioinformatics: History of Bioinformatics, Components of Bioinformatics, Geno...
A Biodiction : A Unit of Dr. Divya Sharma
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINESPATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
PATENTABILITY UNDER THE 2025 CRI DRAFT GUIDELINES
BananaIP Counsels
How to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in OdooHow to process Interwarehouse and Intrawarehouse transfers in Odoo
How to process Interwarehouse and Intrawarehouse transfers in Odoo
Celine George
How to manage Customer Tips with Odoo 17 Point Of Sale
How to manage Customer Tips with Odoo 17 Point Of SaleHow to manage Customer Tips with Odoo 17 Point Of Sale
How to manage Customer Tips with Odoo 17 Point Of Sale
Celine George
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
URINE SPECIMEN COLLECTION AND HANDLING CLASS 1 FOR ALL PARAMEDICAL OR CLINICA...
Prabhakar Singh Patel
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. DabhadeSynthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Synthesis for VIth SEM 21-2-25.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
10.socialorganisationandsocialsystem .pptx
10.socialorganisationandsocialsystem .pptx10.socialorganisationandsocialsystem .pptx
10.socialorganisationandsocialsystem .pptx
Vivek Bhattji
Proteins, Bio similars & Antibodies.pptx
Proteins, Bio similars &  Antibodies.pptxProteins, Bio similars &  Antibodies.pptx
Proteins, Bio similars & Antibodies.pptx
Ashish Umale
UNIT 1 Introduction to communication.pptx
UNIT 1 Introduction to communication.pptxUNIT 1 Introduction to communication.pptx
UNIT 1 Introduction to communication.pptx
HARIHARAN A
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. DabhadeAnthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Anthelmintic Agent.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptxO SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
O SWEET SPONTANEOUS BY EDWARD ESTLIN CUMMINGSAN.pptx
Literature Hero
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. DabhadeAnti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Anti-Protozoal Agents.pptx by Mrs. Manjushri P. Dabhade
Dabhade madam Dabhade

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));