Movatterモバイル変換


[0]ホーム

URL:


Packt
Search iconClose icon
Search icon CANCEL
Subscription
0
Cart icon
Your Cart(0 item)
Close icon
You have no products in your basket yet
Save more on your purchases!discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Profile icon
Account
Close icon

Change country

Modal Close icon
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timerSALE ENDS IN
0Days
:
00Hours
:
00Minutes
:
00Seconds
Home> Programming> Functional Programming> Hands-On Functional Programming with Java
Hands-On Functional Programming with Java
Hands-On Functional Programming with Java

Hands-On Functional Programming with Java: Simplify tasks in Java using Functional Programming

Arrow left icon
Profile Icon Hristijan Stojkoski
Arrow right icon
€103.99
VideoFeb 20191hr 49mins1st Edition
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Hristijan Stojkoski
Arrow right icon
€103.99
VideoFeb 20191hr 49mins1st Edition
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Table of content iconView table of contentsDownload code iconDownload Code

Key benefits

  • Extensive coverage from basic to advanced functional programming features.
  • Practical examples and hands-on exercises for real-world application.
  • Insightful comparisons between traditional and functional programming techniques.
  • Emphasis on code efficiency and maintainability.

Description

Functional programming, a popular programming paradigm used to simplify many tasks, will help you write flexible and succinct code. This paradigm makes programs easier to reason with because they're deterministic (one specific input will always give you the same output).This course takes a thought-leadership approach, gently introduces you to Functional Programming, and takes you all the way to becoming a master of the paradigm. You'll then learn how to work with higher-order functions, lambda functions, collections and more. You'll learn how to apply the best data structures and algorithms that optimize functions and also how to reuse and refactor functional blocks of code. This course is updated to Java 12 so that you will be ahead of the crowd. By the end of the course, you will have mastered the concepts regarding functional programming along with OOP, to build robust and highly testable applications.The code files for this course are available at - https://github.com/PacktPublishing/Hands-On-Functional-Programming-with-Java

Who is this book for?

If you are a Java developer and want to improve your applications using the functional programming approach, then this course is for you. A solid understanding of Java concepts is required.

What you will learn

  • Utilize lambda expressions for cleaner, more concise code.
  • Implement functional interfaces and anonymous classes.
  • Master the Collections Framework for robust data handling.
  • Construct and manipulate streams for efficient data processing.
  • Apply advanced stream operations like filtering, mapping, and reducing.
  • Understand concurrent streams for improved performance.

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date :Feb 28, 2019
Length:1hr 49mins
Edition :1st
Language :English
ISBN-13 :9781789804362
Vendor :
Oracle
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Product Details

Publication date :Feb 28, 2019
Length:1hr 49mins
Edition :1st
Language :English
ISBN-13 :9781789804362
Vendor :
Oracle
Category :
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99billed monthly
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconSimple pricing, no contract
€189.99billed annually
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts
€264.99billed in 18 months
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts

Frequently bought together


Hands-On Functional Programming with Java
Hands-On Functional Programming with Java
Read more
Feb 20191hr 49mins
Video
Video
€103.99
Java Fundamentals
Java Fundamentals
Read more
Mar 2019408 pages
Full star icon1 (1)
eBook
eBook
€17.98€19.99
€24.99
Mastering Microservices with Java
Mastering Microservices with Java
Read more
Feb 2019446 pages
Full star icon3.3 (3)
eBook
eBook
€26.98€29.99
€36.99
Stars icon
Total165.97
Hands-On Functional Programming with Java
€103.99
Java Fundamentals
€24.99
Mastering Microservices with Java
€36.99
Total165.97Stars icon

Table of Contents

6 Chapters
Understanding Functional ProgrammingChevron down iconChevron up icon
The Course Overview
What Is Functional Programming?
Implementing Anonymous Classes (Example A)
Lambda Expression (Lambda Version of Example A)
Differentiating Interfaces versus Functional Interfaces
Working with Lambda ExpressionsChevron down iconChevron up icon
Implementing the Syntax of Lambda Expressions
Replacing Anonymous Classes
Using Method References
Best Practices for Using Lambda Expressions
Develop Functional Code Using the Collections FrameworkChevron down iconChevron up icon
Introduction to the Collections Framework
Implementing the Set Interface Using HashSet and LinkedHashSet
Implementation of the SortedSet Interface
Deploying the List Interface
Working with the Queue Interface
Introduction and Implementations of Maps
Implementing the Stream APIChevron down iconChevron up icon
Understanding the Stream API and Constructing Streams
Intermediate Stream Operations
Terminal Stream Operations and the Optional Class
Implementing Stream Operations in Examples
Operations on Collections and Creating Collections Using Collectors
Hands-on Collection Sorting Using Streams
Advanced Stream OperationsChevron down iconChevron up icon
Advanced Filtering and Mapping Using Streams
Using Reduce for Advanced Transformations
Implementing flatMap in Examples
Advanced Grouping of Objects Using Streams
Advanced Joining and Partitioning of Objects Using Streams
Implementing Concurrent Streams in Your CodeChevron down iconChevron up icon
Benefits of Concurrent Streams and Concurrency in General
Implementing Parallel Streams
Parallel Stream Operations
Comparing Sequential to Parallel Streams

Recommendations for you

Left arrow icon
Debunking C++ Myths
Debunking C++ Myths
Read more
Dec 2024226 pages
Full star icon5 (1)
eBook
eBook
€20.99€23.99
€29.99
Go Recipes for Developers
Go Recipes for Developers
Read more
Dec 2024350 pages
eBook
eBook
€20.99€23.99
€29.99
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
€26.98€29.99
€37.99
€37.99
Asynchronous Programming with C++
Asynchronous Programming with C++
Read more
Nov 2024424 pages
Full star icon5 (1)
eBook
eBook
€22.99€25.99
€31.99
Modern CMake for C++
Modern CMake for C++
Read more
May 2024504 pages
Full star icon4.7 (12)
eBook
eBook
€26.98€29.99
€37.99
Learn Python Programming
Learn Python Programming
Read more
Nov 2024616 pages
Full star icon5 (1)
eBook
eBook
€20.99€23.99
€29.99
Learn to Code with Rust
Learn to Code with Rust
Read more
Nov 202457hrs 40mins
Video
Video
€56.99
Modern Python Cookbook
Modern Python Cookbook
Read more
Jul 2024818 pages
Full star icon4.9 (21)
eBook
eBook
€28.99€32.99
€41.99
Right arrow icon

People who bought this also bought

Left arrow icon
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
€26.98€29.99
€37.99
€37.99
Event-Driven Architecture in Golang
Event-Driven Architecture in Golang
Read more
Nov 2022384 pages
Full star icon4.9 (11)
eBook
eBook
€26.98€29.99
€37.99
The Python Workshop Second Edition
The Python Workshop Second Edition
Read more
Nov 2022600 pages
Full star icon4.6 (22)
eBook
eBook
€27.99€31.99
€38.99
Template Metaprogramming with C++
Template Metaprogramming with C++
Read more
Aug 2022480 pages
Full star icon4.6 (14)
eBook
eBook
€25.99€28.99
€35.99
Domain-Driven Design with Golang
Domain-Driven Design with Golang
Read more
Dec 2022204 pages
Full star icon4.4 (19)
eBook
eBook
€23.99€26.99
€33.99
Right arrow icon

About the author

Profile icon Hristijan Stojkoski
Hristijan Stojkoski
LinkedIn icon
Christian Stojkoski is a software engineer with over 6 years' programming experience in various programming languages such as C, C++, Java, Lisp, and Dart. He has worked on numerous AI projects that ranged from heuristic searches to artificial neural networks. Currently he is working on mobile applications, more specifically Android, where he employs the latest functionalities of Java. Because of his previous work with Lisp (which is a functional programming language) and functional Python, he can create a better parallel between functional programming and object oriented programming.
Read more
See other products by Hristijan Stojkoski
Getfree access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing?Chevron down iconChevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file?Chevron down iconChevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package?Chevron down iconChevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package?Chevron down iconChevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.

[8]ページ先頭

©2009-2025 Movatter.jp