官术网_书友最值得收藏!

  • Mastering Immutable.js
  • Adam Boduch
  • 64字
  • 2021-07-08 10:30:07

Sequences

A sequence is one or more operations that lazily evaluate items from a collection. Sequences often start off as another type of collection, such as a list or map. You convert collections into sequences when you want to perform some sort of transformation, like this:

import { Seq } from 'immutable';
const mySeq = Seq();
console.log('Seq', mySeq instanceof Seq);
// -> Seq true
主站蜘蛛池模板: 宁津县| 天门市| 高台县| 仪陇县| 孝义市| 张家港市| 旬邑县| 南木林县| 和林格尔县| 耒阳市| 潮州市| 英山县| 诏安县| 苏州市| 多伦县| 紫云| 宁明县| 兴和县| 宜君县| 新沂市| 庐江县| 克什克腾旗| 文山县| 双城市| 梁河县| 杨浦区| 揭东县| 平安县| 瑞昌市| 成都市| 调兵山市| 铜梁县| 黄大仙区| 明光市| 湛江市| 普兰县| 晴隆县| 辽中县| 海林市| 遂昌县| 沁阳市|