UNPKG

ts-generic-collections-linq

Version:

TypeScript library provides strongly-typed, queryable collections.

1 lines 8.22 kB
{"__symbolic":"module","version":4,"metadata":{"IEnumerable":{"__symbolic":"interface"},"IGroup":{"__symbolic":"interface"},"IComparer":{"__symbolic":"interface"},"IEqualityComparer":{"__symbolic":"interface"},"Group":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"reference","name":"any"}]},{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":7,"character":43,"context":{"typeName":"T"},"module":"./lib/common"}]}]}]}},"objCompare":{"__symbolic":"error","message":"Lambda not supported","line":13,"character":24,"module":"./lib/common"},"ITEM_NOT_FOUND_MSG":"Item does not exist.","MULTIPLE_INSTANCES_FOUND_MSG":"Multiple instances of entity found.","IList":{"__symbolic":"interface"},"List":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":15,"character":29,"context":{"typeName":"T"},"module":"./lib/list"}]}]}],"add":[{"__symbolic":"method"}],"addRange":[{"__symbolic":"method"}],"remove":[{"__symbolic":"method"}],"removeAt":[{"__symbolic":"method"}],"clear":[{"__symbolic":"method"}],"asEnumerable":[{"__symbolic":"method"}],"elementAt":[{"__symbolic":"method"}],"any":[{"__symbolic":"method"}],"all":[{"__symbolic":"method"}],"single":[{"__symbolic":"method"}],"first":[{"__symbolic":"method"}],"last":[{"__symbolic":"method"}],"singleOrDefault":[{"__symbolic":"method"}],"firstOrDefault":[{"__symbolic":"method"}],"lastOrDefault":[{"__symbolic":"method"}],"where":[{"__symbolic":"method"}],"select":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}],"join":[{"__symbolic":"method"}],"groupBy":[{"__symbolic":"method"}],"selectMany":[{"__symbolic":"method"}],"orderBy":[{"__symbolic":"method"}],"union":[{"__symbolic":"method"}],"reverse":[{"__symbolic":"method"}],"distinct":[{"__symbolic":"method"}],"skip":[{"__symbolic":"method"}],"take":[{"__symbolic":"method"}],"sum":[{"__symbolic":"method"}],"avg":[{"__symbolic":"method"}],"min":[{"__symbolic":"method"}],"max":[{"__symbolic":"method"}],"count":[{"__symbolic":"method"}]}},"IDictionary":{"__symbolic":"interface"},"Dictionary":{"__symbolic":"class","arity":2,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"reference","name":"KeyValuePair"}]}]}],"add":[{"__symbolic":"method"}],"addRange":[{"__symbolic":"method"}],"removeAt":[{"__symbolic":"method"}],"clear":[{"__symbolic":"method"}],"remove":[{"__symbolic":"method"}],"containsKey":[{"__symbolic":"method"}],"containsValue":[{"__symbolic":"method"}],"tryGetValue":[{"__symbolic":"method"}],"asEnumerable":[{"__symbolic":"method"}],"elementAt":[{"__symbolic":"method"}],"any":[{"__symbolic":"method"}],"all":[{"__symbolic":"method"}],"single":[{"__symbolic":"method"}],"first":[{"__symbolic":"method"}],"last":[{"__symbolic":"method"}],"singleOrDefault":[{"__symbolic":"method"}],"firstOrDefault":[{"__symbolic":"method"}],"lastOrDefault":[{"__symbolic":"method"}],"where":[{"__symbolic":"method"}],"select":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}],"join":[{"__symbolic":"method"}],"groupBy":[{"__symbolic":"method"}],"selectMany":[{"__symbolic":"method"}],"orderBy":[{"__symbolic":"method"}],"distinct":[{"__symbolic":"method"}],"union":[{"__symbolic":"method"}],"reverse":[{"__symbolic":"method"}],"skip":[{"__symbolic":"method"}],"take":[{"__symbolic":"method"}],"sum":[{"__symbolic":"method"}],"avg":[{"__symbolic":"method"}],"min":[{"__symbolic":"method"}],"max":[{"__symbolic":"method"}],"count":[{"__symbolic":"method"}]}},"KeyValuePair":{"__symbolic":"class","arity":2,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":421,"character":21,"context":{"typeName":"TKey"},"module":"./lib/dictionary"},{"__symbolic":"error","message":"Could not resolve type","line":421,"character":34,"context":{"typeName":"TValue"},"module":"./lib/dictionary"}]}]}},"SortedDictionary":{"__symbolic":"class","arity":2,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"IComparer"},{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"reference","name":"KeyValuePair"}]}]}],"add":[{"__symbolic":"method"}],"addRange":[{"__symbolic":"method"}],"removeAt":[{"__symbolic":"method"}],"clear":[{"__symbolic":"method"}],"remove":[{"__symbolic":"method"}],"containsKey":[{"__symbolic":"method"}],"containsValue":[{"__symbolic":"method"}],"tryGetValue":[{"__symbolic":"method"}],"asEnumerable":[{"__symbolic":"method"}],"elementAt":[{"__symbolic":"method"}],"any":[{"__symbolic":"method"}],"all":[{"__symbolic":"method"}],"single":[{"__symbolic":"method"}],"first":[{"__symbolic":"method"}],"last":[{"__symbolic":"method"}],"singleOrDefault":[{"__symbolic":"method"}],"firstOrDefault":[{"__symbolic":"method"}],"lastOrDefault":[{"__symbolic":"method"}],"where":[{"__symbolic":"method"}],"select":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}],"join":[{"__symbolic":"method"}],"groupBy":[{"__symbolic":"method"}],"selectMany":[{"__symbolic":"method"}],"orderBy":[{"__symbolic":"method"}],"distinct":[{"__symbolic":"method"}],"union":[{"__symbolic":"method"}],"reverse":[{"__symbolic":"method"}],"skip":[{"__symbolic":"method"}],"take":[{"__symbolic":"method"}],"sum":[{"__symbolic":"method"}],"avg":[{"__symbolic":"method"}],"min":[{"__symbolic":"method"}],"max":[{"__symbolic":"method"}],"count":[{"__symbolic":"method"}]}},"IQueue":{"__symbolic":"interface"},"Queue":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":16,"character":29,"context":{"typeName":"T"},"module":"./lib/queue"}]}]}],"clear":[{"__symbolic":"method"}],"contains":[{"__symbolic":"method"}],"dequeue":[{"__symbolic":"method"}],"enqueue":[{"__symbolic":"method"}],"peek":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}]}},"RandomizedQueue":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":8,"character":29,"context":{"typeName":"T"},"module":"./lib/randomized.queue"}]}]}],"clear":[{"__symbolic":"method"}],"contains":[{"__symbolic":"method"}],"dequeue":[{"__symbolic":"method"}],"enqueue":[{"__symbolic":"method"}],"peek":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}]}},"IStack":{"__symbolic":"interface"},"Stack":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":16,"character":29,"context":{"typeName":"T"},"module":"./lib/stack"}]}]}],"clear":[{"__symbolic":"method"}],"contains":[{"__symbolic":"method"}],"pop":[{"__symbolic":"method"}],"push":[{"__symbolic":"method"}],"peek":[{"__symbolic":"method"}],"forEach":[{"__symbolic":"method"}],"toArray":[{"__symbolic":"method"}]}}},"origins":{"IEnumerable":"./lib/interfaces","IGroup":"./lib/interfaces","IComparer":"./lib/interfaces","IEqualityComparer":"./lib/interfaces","Group":"./lib/common","objCompare":"./lib/common","ITEM_NOT_FOUND_MSG":"./lib/common","MULTIPLE_INSTANCES_FOUND_MSG":"./lib/common","IList":"./lib/list","List":"./lib/list","IDictionary":"./lib/dictionary","Dictionary":"./lib/dictionary","KeyValuePair":"./lib/dictionary","SortedDictionary":"./lib/sorted.dictionary","IQueue":"./lib/queue","Queue":"./lib/queue","RandomizedQueue":"./lib/randomized.queue","IStack":"./lib/stack","Stack":"./lib/stack"},"importAs":"ts-generic-collections-linq"}