- Scala Functional Programming Patterns
- Atul S. Khot
- 192字
- 2021-07-30 09:44:21
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
// Driver code public static void main(String[] args) { Driver c = new Driver(); SomeInterface c1 = c.create(10); // 2 SomeInterface c2 = c.create(20); // 3 c1.printMsg(); // prints 10 c2.printMsg(); // prints 20 }
Any command-line input or output is written as follows:
scala> def f(n: Int) = { | val k = (y: Int) => y < n // 1 | k | } f: (n: Int)Int => Boolean
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Windows系統管理與服務配置
- Architecting the Industrial Internet
- 零基礎學Java(第4版)
- C程序設計案例教程
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 琢石成器:Windows環境下32位匯編語言程序設計
- Angular開發入門與實戰
- Python機器學習:預測分析核心算法
- 詳解MATLAB圖形繪制技術
- Rust游戲開發實戰
- Laravel Application Development Blueprints
- Julia High Performance(Second Edition)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- 歐姆龍PLC編程指令與梯形圖快速入門