- Kotlin Standard Library Cookbook
- Samuel Urbanowicz
- 64字
- 2021-07-23 19:06:00
Shaping Code with Kotlin Functional Programming Features
In this chapter, we will cover the following recipes:
- Working effectively with lambda expressions
- Discovering basic scoping functions – let, also, and apply
- Initializing objects the clean way using the run scoping function
- Working with higher-order functions
- Functions currying
- Function composition
- Implementing the Either Monad design pattern
- Approach to automatic function memoization
推薦閱讀
- Practical Data Analysis Cookbook
- 華為HMS生態與應用開發實戰
- FreeSWITCH 1.6 Cookbook
- YARN Essentials
- Hands-On Functional Programming with TypeScript
- Learning Raspbian
- Java網絡編程核心技術詳解(視頻微課版)
- HTML5 APP開發從入門到精通(微課精編版)
- Unity 2018 Shaders and Effects Cookbook
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Bootstrap for Rails
- Building UIs with Wijmo
- Java EE基礎實用教程
- Learning SaltStack(Second Edition)
- Python3網絡爬蟲寶典