- 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."
推薦閱讀
- 演進式架構(原書第2版)
- Learning ROS for Robotics Programming(Second Edition)
- Spring 5.0 By Example
- Java面向對象思想與程序設計
- Instant Typeahead.js
- 網(wǎng)店設計看這本就夠了
- Python機器學習算法與實戰(zhàn)
- Learning ArcGIS for Desktop
- 深入理解Elasticsearch(原書第3版)
- Node學習指南(第2版)
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- Mastering Adobe Captivate 7
- iOS Development with Xamarin Cookbook
- 你好!Java
- React.js實戰(zhàn)