- 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
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Practical Internet of Things Security
- Developing Middleware in Java EE 8
- Mastering Python Scripting for System Administrators
- Dependency Injection in .NET Core 2.0
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- C語言程序設(shè)計教程
- PySpark Cookbook
- INSTANT Silverlight 5 Animation
- GitHub入門與實踐
- 啊哈C語言!:邏輯的挑戰(zhàn)(修訂版)
- Python高性能編程(第2版)
- Ubuntu Server Cookbook
- HTML5 and CSS3:Building Responsive Websites
- JSP大學(xué)實用教程