Functional Kotlin (The Course)
This Course is part of the following Tracks:
Course Info
Course Material
- Notes about the course
- Project with exercises
- Introduction to functional programming with Kotlin
- Why do we need to use functions as objects?
- Function types
- Defining function types
- Using function types
- Named parameters
- Type aliases
- A function type is an interface
- Anonymous functions
- Lambda expressions
- Tricky braces
- Parameters
- Trailing lambdas
- Result values
- Lambda expression examples
- An implicit name for a single parameter
- Closures
- Lambda expressions vs anonymous functions
- Exercise: Function types and literals
- Exercise: Observable value
- Function references
- Top-level functions references
- Method references
- Extension function references
- Method references and generic types
- Bounded function references
- Constructor references
- Bounded object declaration references
- Function overloading and references
- Property references
- Exercise: Inferred function types
- Exercise: Function references
- SAM Interface support in Kotlin
- Support for Java SAM interfaces in Kotlin
- Functional interfaces
- Inline functions
- Inline functions
- Inline functions with functional parameters
- Non-local return
- Crossinline and noinline
- Reified type parameters
- Inline properties
- Costs of the inline modifier
- Using inline functions
- Exercise: Inline functions
- Collection processing
forEach
andonEach
filter
map
mapNotNull
flatMap
- Exercise: Implement map
- Exercise: Optimize collection processing
fold
fold
reduce
sum
withIndex
and indexed variantswithIndex
and indexed variantstake
,takeLast
,drop
,dropLast
andsubList
take
,takeLast
,drop
,dropLast
andsubList
- Exercise: Adding element at position
- Getting elements at certain positions
- Getting elements at certain positions
- Finding an element
- Counting elements
any
,all
andnone
- Exercise: Implement shop functions
partition
partition
groupBy
- Associating to a map
- Associating to a map
distinct
anddistinctBy
- Exercise: Prime access list
- Sorting:
sorted
,sortedBy
andsortedWith
- Sorting:
sorted
,sortedBy
andsortedWith
- Sorting mutable collections
- Maximum and minimum
shuffled
andrandom
- Exercise: Top articles
- Exercise: Refactor collection processing
zip
andzipWithNext
zip
andzipWithNext
- Windowing
joinToString
joinToString
Map
,Set
andString
processing- Exercise: Passing students list
- Exercise: Best students list
- Exercise: Functional Quick Sort
- Exercise: Powerset
- Exercise: All possible partitions of a set
- Sequences
- What is a sequence?
- Order is important
- Sequences do the minimum number of operations
- Sequences can be infinite
- Sequences do not create collections at every processing step
- When aren’t sequences faster?
- What about Java streams?
- Kotlin Sequence debugging
- Summary
- Exercise: Understanding sequences
- Type Safe DSL Builders
- A function type with a receiver
- Simple DSL builders
- Using
apply
- Simple DSL-like builders
- Multi-level DSLs
- DslMarker
- A more complex example
- When should we use DSLs?
- Summary
- Exercise: HTML table DSL
- Exercise: Creating user table row
- Scope functions
let
- Mapping a single object
- The problem with member extension functions
- Moving an operation to the end of processing
- Dealing with nullability
also
takeIf
andtakeUnless
apply
- The dangers of careless receiver overloading
with
run
- Using scope functions
- Exercise: Using scope functions
- Exercise: orThrow
- Context receivers
- Extension function problems
- Introducing context receivers
- Use cases
- Classes with context receivers
- Concerns
- Summary
- Exercise: Logger
- A birds-eye view of Arrow
- Functions and Arrow Core
- Functions and Arrow Core
- Memoization
- Testing higher-order functions
- Error Handling
- Error Handling
- Working with nullable types
- Working with Result
- Working with Either
- Data Immutability with Arrow Optics
- Data Immutability with Arrow Optics
- Exercise solutions
Instructors
Marcin Moskala is an experienced developer and Kotlin trainer. He is the founder of the Kt. Academy, Kotlin GDE, an official JetBrains partner for teaching Kotlin, and author of the books Effective Kotlin, Kotlin Coroutines, and Android Development with Kotlin.
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them