Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages Java

Lambda with Functional Programming in Java8

Lambda expression with Functional Programming Example
Rating: 3.4 out of 53.4 (213 ratings)
43,189 students
Created by Arun Ammasai
Last updated 8/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • Functional Programming With Lambda Expression

Course content

15 sections • 72 lectures • 10h 34m total length

  • Preview02:33

  • Preview04:34
  • Preview06:26
  • Java7 vs Java8 Example Part 2
    06:33

  • How to install Java Decompiler in Eclipse ?
    05:19

  • What is lambda ?
    03:26
  • Implement Runnable Using Lambda Expression
    09:49
  • Implement Comparator Using Lambda Expression
    07:30

  • Introduction to Functional Interfaces
    06:43
  • Consumer Interface Part 1
    09:38
  • Consumer Interface Part 2
    09:26
  • Consumer Interface Part 3
    08:07
  • BiConsumer Interface Part 1
    13:52
  • BiConsumer Interface Part 2
    10:38
  • Predicate Interface Part 1
    12:34
  • Predicate Interface Part 2
    08:08
  • Predicate Interface Part 3
    05:55
  • Predicate Interface Part 4
    04:40
  • Function Interface Part 1
    11:42
  • Function Interface Part 2
    09:06
  • Function Interface Part 3
    10:07
  • Unary and Binary Functional Interface
    13:27
  • Supplier Functional Interface
    07:13

  • Method Reference
    07:12
  • Method Reference and Constructor Reference
    11:34

  • Lambda Local Variable - Effectively Final
    09:42

  • Streams Introduction
    03:42
  • Streams Example Part 1
    11:05
  • Streams Example Part 2
    07:15
  • Streams Example Part 3
    13:42
  • Streams Map Example Part 1
    08:25
  • Streams Map Example Part 2
    05:50
  • Streams FlatMap Example Part 1
    06:35
  • Streams FlatMap Example Part 2
    05:54
  • Streams FlatMap Example Part 3
    06:01
  • Streams FlatMap Example Part 4
    05:38
  • Streams Filter Example
    12:51
  • Streams Reduce Example Part 1
    11:23
  • Streams Reduce Example Part 2
    13:09
  • Streams Filter Map Reduce Example
    07:18
  • Streams MinBy MaxBy Example
    15:23
  • Streams Limit Skip Example
    07:48
  • Streams AllMatch AnyMatchExample
    08:57
  • Streams FindAny FindFirst Example
    08:34

  • Streams Factory Method Example
    13:23

  • Numeric Stream Example
    09:34
  • Numeric Stream Factory Method Example
    07:20
  • Numeric Stream Factory Aggregation Method Example
    06:31
  • Stream Boxing and Un-boxing Example
    08:16
  • Numeric Stream Map Example
    09:49

Requirements

  • You should have basic knowledge about core java and generics[Collection]

Description

This Course basically designed for the people who has knowledge in prior knowledge about java.

We will Cover the Followings in this course ,

  1. Lambdas

  2. Streams

  3. Parallel Streams

  4. Optional

  5. New Interface Concepts

Here the Sub Topics we are going to cover in this tutorial ,

01 About the Course

02 Why Java8

03 Java7 vs Java8 Example Part 1

04 Java7 vs Java8 Example Part 2

05 What is lambda

06 Implement Runnable Using Lambda Expression

07 Implement Comparator Using Lambda Expression

08 How to install Java Decompiler in Eclipse

09 Introduction to Functional Interfaces

10 Consumer Interface Part-1

11 Consumer Interface Part-2

12 Consumer Interface Part-3

13 BiConsumer Interface Part 1

14 BiConsumer Interface Part 2

15 Predicate Interface Part 1

16 Predicate Interface Part 2

17 Predicate Interface Part 3

18 Predicate Interface Part 4

19 Function Interface Part 1

20 Function Interface Part 2

21 Function Interface Part 3

22 Unary and Binary Functional Interface

23 Supplier Functional Interface

24 Method Reference

25 Method Reference and Constructor Reference

26 Lambda Local Variable

27 Streams Introduction

27 Streams Introduction 1

28 Streams Example Part 1

29 Streams Example Part 2

30 Streams Example Part 3

31 Streams Map Example Part 1

32 Streams Map Example Part 2

33 Streams FlatMap Example Part 1

34 Streams FlatMap Example Part 2

35 Streams FlatMap Example Part 3

36 Streams FlatMap Example Part 4

37 Streams Filter Example

38 Streams Reduce Example Part 1

39 Streams Reduce Example Part 2

40 Streams Filter Map Reduce Example

41 Streams MinBy, MaxBy Example

42 Streams Limit Skip Example

43 Streams AllMatch, AnyMatchExample

44 Streams FindAny , FindFirst Example

45 Streams Factory Method Example

46 Numeric Stream Example

47 Numeric Stream Factory Method Example

48 Numeric Stream Factory Aggregation Method Example

49 Stream Boxing and UnBoxing Example

50 Numeric Stream Map Example

51 Stream Joining Example

52 Stream Mapping and Counting Example

53 Stream Summing and Averaging Example

54 Stream Grouping By Example Part 1

55 Stream Grouping By Example Part 2

56 Stream Partitioning By Example

57 Sequential vs Parallel Stream Example Part 1

58 Sequential vs Parallel Stream Example Part 2

59 Sequential vs Parallel Stream Use Case

60 Parallel Stream When Not to Use Case Part 1

60 Parallel Stream When Not to Use Case Part 2

61 Optional Class Introduction

62 Optional Class Example Part 1

63 Optional Methods Example Part 1

64 Optional If Present Method Example

65 Optional Methods Example Part 2

66 Optional FlatMap Filter Example

67 Interface Default and Static Method Introduction

68 Default Method Sort Example

69 Default Method Custom Sort Example

70 Interface Method and Static Method Example


Who this course is for:

  • For experienced java developers

Instructor

Arun Ammasai
Teach with passion, from experience, and with an easy-to-understand way of teaching
Arun Ammasai
  • 4.0 Instructor Rating
  • 1,732 Reviews
  • 151,609 Students
  • 16 Courses

Arun , Working as a Software Professional and having 10+ years of Industry experience in IT. I love to teach and its my passion. Interested in Java, Python ,Oracle and Open source technologies like PHP , WordPress.

Graduated in bachelor of Chemistry and master degree in Computer Application at Bharathiar University. 

I love photography, trekking and passion to travel to different place.

"Learn whatever comes in your way"

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.