- 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
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Visual C++串口通信開發入門與編程實踐
- Visual FoxPro程序設計教程(第3版)
- Vue.js入門與商城開發實戰
- 深入淺出Windows API程序設計:編程基礎篇
- Mastering C# Concurrency
- Java應用開發技術實例教程
- Swift細致入門與最佳實踐
- Python語言實用教程
- R用戶Python學習指南:數據科學方法
- Python程序設計與算法基礎教程(第2版)(微課版)
- Qt5 C++ GUI Programming Cookbook
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Python函數式編程(第2版)
- Learning Cocos2d-JS Game Development