- Learning Java Functional Programming
- Richard M.Reese
- 161字
- 2021-07-09 21:44:12
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 are shown are follows: "As you may remember, the forEach
method accepts a lambda expression which matches the Consumer
interface's accept
method."
A block of code is shown as follows:
list.forEach(new Consumer<String>() { @Override public void accept(String t) { System.out.println(t); } });
The output of code sequences is formatted as shown here:
Starting FPS Game Generating FPS Image Rendering FPS Image Updating FPS Game
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: "There is the text form as entered by the user such as: drop Axe."
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Java Web開發之道
- C語言程序設計
- Instant QlikView 11 Application Development
- HDInsight Essentials(Second Edition)
- 從零開始學C#
- Programming with CodeIgniterMVC
- Odoo 10 Implementation Cookbook
- JavaScript腳本特效編程給力起飛
- Python大學實用教程
- FPGA嵌入式項目開發實戰
- Magento 2 Beginners Guide
- .NET 4.0面向對象編程漫談:應用篇
- 讀故事學編程:Python王國歷險記