NIL 发表于 2025-3-23 11:10:47

http://reply.papertrans.cn/19/1822/182174/182174_11.png

OASIS 发表于 2025-3-23 17:38:39

http://reply.papertrans.cn/19/1822/182174/182174_12.png

向外 发表于 2025-3-23 18:24:50

https://doi.org/10.1007/978-3-642-23666-2Nested and inner types are types that are defined with the scope of an outer (or top-level) type. This chapter introduces nested as well as inner types and considers where and when they can be defined.

宣传 发表于 2025-3-24 00:52:14

http://reply.papertrans.cn/19/1822/182174/182174_14.png

Pert敏捷 发表于 2025-3-24 04:27:29

http://reply.papertrans.cn/19/1822/182174/182174_15.png

哪有黄油 发表于 2025-3-24 07:22:38

http://reply.papertrans.cn/19/1822/182174/182174_16.png

Glossy 发表于 2025-3-24 13:31:37

http://reply.papertrans.cn/19/1822/182174/182174_17.png

慢慢冲刷 发表于 2025-3-24 18:39:50

Higher Order FunctionsIn this chapter we will explore the concept of high-order functions. These are functions that take as a parameter, or return (or both), a function. To do this we will first look into how Kotlin represents functions in memory and explore what actually happens when we execute a Kotlin function.

暂停,间歇 发表于 2025-3-24 22:34:19

Curried FunctionsCurrying is a technique which allows new functions to be created from existing functions by . one or more parameters to a specific value. It is a source of reuse of functions in Kotlin which means that functionality can be written once, in one place and then reused in multiple other situations.

加入 发表于 2025-3-25 01:35:44

Objects and Companion ObjectsThis chapter will discuss the difference between . in Kotlin and instance of a class. This is important as many other object-oriented languages use these terms interchangeably. However, in Kotlin they are significantly different concepts, defined with different language constructs and used in different ways.
页: 1 [2] 3 4 5 6 7
查看完整版本: Titlebook: Beginner‘s Guide to Kotlin Programming; John Hunt Textbook 2021 The Editor(s) (if applicable) and The Author(s), under exclusive license t