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.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Kotlin for Java Developers

You're reading from   Kotlin for Java Developers Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices

Arrow left icon
Product type Paperback
Published in Oct 2025
Publisher Packt
ISBN-13 9781835884829
Length 414 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
José Dimas Luján Castillo José Dimas Luján Castillo
Author Profile Icon José Dimas Luján Castillo
José Dimas Luján Castillo
Ron Veen Ron Veen
Author Profile Icon Ron Veen
Ron Veen
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Getting Started with Kotlin
2. An Introduction to Kotlin and Its Basic Types FREE CHAPTER 3. Interoperability, Gradle, and Maven 4. Null and Non-Nullable Types 5. Extension Functions and the Apply Function 6. Object-Oriented Programming
7. Object-Oriented Programming Basics 8. Generics and Variance 9. Data and Sealed Classes 10. Functional Programming
11. Basics of Functional Programming 12. Lambda 13. Collections and Sequences 14. Coroutines, Testing and DSLs
15. Coroutines 16. Synchronous and Asynchronous Programming 17. Kotlin Testing 18. Domain-Specific Languages in Kotlin 19. Unlock Your Book’s Exclusive Benefits 20. Other Books You May Enjoy 21. Index

The apply function

The apply function is a scope function. Scope functions in the Kotlin standard library are designed to execute a block of code in the context of an object. When you call a scope function on an object using a lambda expression, it provides a temporary scope in which the object can be accessed without needing to refer to its name explicitly. There are five scope functions in Kotlin:

  • let
  • run
  • with
  • apply
  • also

These functions are used for different purposes, but they all allow you to work more concisely and clearly with objects in Kotlin.

The apply function is an extension function that can be used with any object. It takes a block of code as an argument and returns the modified object after applying the block.

To explain apply, we are going to first create a new class, which we will call Book. As its name suggests, we are going to create a class that is the definition of a book. For now, we are not going to worry about...

lock icon The rest of the chapter is locked
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Kotlin for Java Developers
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime
Modal Close icon
Modal Close icon