- Mastering Immutable.js
- Adam Boduch
- 109字
- 2021-07-08 10:30:13
Filtering Collections and Finding Items
Filtering collections is the most common operation performed with Immutable.js collections. Filters get us the parts of the collection that matter: the data that's relevant for the task at hand. There are only a handful of collection methods that are relevant to filtering collections and finding specific values, each of which can be used in many ways to get us the data that we need. In this chapter, you'll learn about the following:
- The basics of filtering Immutable.js collections
- Filtering maps based on their keys
- Finding specific collection values
- How deep equality in Immutable.js works
- Performing partial matches when searching
- Changing the search direction
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- HTML5+CSS3網頁設計
- Yocto for Raspberry Pi
- Microsoft Azure Storage Essentials
- Java Web開發詳解
- C語言開發基礎教程(Dev-C++)(第2版)
- ASP.NET程序開發范例寶典
- Hands-On GUI Programming with C++ and Qt5
- Beginning C# 7 Hands-On:The Core Language
- Mastering ArcGIS Server Development with JavaScript
- Java基礎案例教程(第2版)
- Java入門經典
- ASP.NET開發技巧精講
- Python語言及其應用(第2版)
- IBM Cognos 10 Report Studio Cookbook(Second Edition)