UNPKG

linq-js-docs

Version:

use linq and lamdba in javascript

83 lines 3.06 kB
{ "histroys": [ { "since": "2.1.15", "overloads": [ { "parameters": [ { "name": "predicate", "types": [ "function", "string", "symbol", "number" ], "descriptions": [ "用于检测每个元素是否满足条件的函数" ], "declare": { "returns": { "type": "boolean" }, "parameters": [ { "name": "element", "types": [ "any" ] }, { "name": "index", "types": [ "number" ] } ] } } ], "returns": { "type": "IEnumerable", "descriptions": [ "包含输入序列中所有满足条件的元素组成的新序列" ] }, "description": "通过筛选器筛选值序列", "remarks": [ "此方法通过延迟执行的方式实现" ], "sees": [ { "guide": "predicate" }, { "href": "https://msdn.microsoft.com/{language}/library/bb549418(v=vs.110).aspx", "title": "Microsoft MSDN" } ] } ] }, { "since": "2.1.17", "ref": true, "overloads": [ { "parameters": [ { "types": [ "function", "string", "symbol", "number", "array", "object" ] } ] } ] } ] }