toregua / queries

IQueryable collections for Dart language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

queries

Queryable collections for Dart language.

Version 0.0.15

Inspired by Microsoft LINQ.

Classes

Collection  
Dictionary  
DictionaryKeyCollection  
DictionaryValueCollection  
EqualityComparer  
HasIterator  
ICollection  
IDictionary  
IEnumerable  
IEqualityComparer  
IList  
IReadOnlyCollection  
IReadOnlyDictionary  
IReadOnlyList  
KeyValuePair  
ReadOnlyCollection  
ReadOnlyDictionary  
ReadOnlyDictionaryKeyCollection  
ReadOnlyDictionaryValueCollection

Methods

aggregate  
all  
any  
asIterable  
asQueryable  
average  
cast  
concat  
contains  
count  
defaultIfEmpty  
distinct  
elementAt  
elementAtOrDefault  
except  
first  
firstOrDefault  
groupBy  
groupJoin  
intersect  
join  
last  
lastOrDefault  
max  
min  
ofType  
orderBy  
orderByDescending  
range  
repeat  
select  
selectMany  
sequenceEqual  
single  
singleOrDefault  
skip  
skipWhile  
sum  
take  
takeWhile  
toCollection  
toDictionary  
toList  
toLookup  
union  
where

About

IQueryable collections for Dart language.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%