- Learning RxJava
- Thomas Nield
- 193字
- 2021-07-02 22:22:47
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 also use several operators between Observable and Observer to transform each pushed item or manipulate them in some way".
A block of code is set as follows:
import io.reactivex.Observable;
public class Launcher {
public static void main(String[] args) {
Observable<String> myStrings =
Observable.just("Alpha", "Beta", "Gamma", "Delta",
"Epsilon");
}
}
Any output is written as follows:
Alpha
Beta
Gamma
Delta
Epsilon
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: "You also have the option to use Maven, and you can view the appropriate configuration in The Central Repository by selecting the Apache Maven configuration information."
- Learning Cython Programming(Second Edition)
- Python數據可視化:基于Bokeh的可視化繪圖
- 羅克韋爾ControlLogix系統應用技術
- VMware vSphere 6.7虛擬化架構實戰指南
- Instant Typeahead.js
- MATLAB實用教程
- Java編程技術與項目實戰(第2版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Java系統化項目開發教程
- Essential C++(中文版)
- Hands-On JavaScript for Python Developers
- C++ Application Development with Code:Blocks
- Mockito Essentials
- Anaconda數據科學實戰
- PHP從入門到精通(第7版)