All Projects → mezoni → Queries

mezoni / Queries

Licence: bsd-3-clause
Enumerable collections for Dart language (inspired by Microsoft LINQ).

Programming Languages

dart
5743 projects

Labels

Projects that are alternatives of or similar to Queries

Nein Linq
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
Stars: ✭ 347 (+567.31%)
Mutual labels:  linq
Unirx
Reactive Extensions for Unity
Stars: ✭ 5,501 (+10478.85%)
Mutual labels:  linq
System.linq.dynamic.core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
Stars: ✭ 864 (+1561.54%)
Mutual labels:  linq
Anglesharp
👼 The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
Stars: ✭ 4,018 (+7626.92%)
Mutual labels:  linq
Qone
Next-generation web query language, extend .NET LINQ for javascript.
Stars: ✭ 463 (+790.38%)
Mutual labels:  linq
Linq
Linq for list comprehension in C++
Stars: ✭ 599 (+1051.92%)
Mutual labels:  linq
Serialize.linq
C# library to serialize LINQ expressions
Stars: ✭ 304 (+484.62%)
Mutual labels:  linq
Linq In Rust
Language Integrated Query in Rust.
Stars: ✭ 48 (-7.69%)
Mutual labels:  linq
Netfabric.hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
Stars: ✭ 479 (+821.15%)
Mutual labels:  linq
Seal Report
Open Database Reporting Tool (.Net)
Stars: ✭ 918 (+1665.38%)
Mutual labels:  linq
Linqtotwitter
LINQ Provider for the Twitter API (C# Twitter Library)
Stars: ✭ 401 (+671.15%)
Mutual labels:  linq
Fromfrom
A JS library written in TS to transform sequences of data from format to another
Stars: ✭ 462 (+788.46%)
Mutual labels:  linq
Linqfaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
Stars: ✭ 615 (+1082.69%)
Mutual labels:  linq
Asyncenumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
Stars: ✭ 367 (+605.77%)
Mutual labels:  linq
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+1759.62%)
Mutual labels:  linq
Elasticlinq
Use LINQ to query Elasticsearch with results as .NET objects
Stars: ✭ 341 (+555.77%)
Mutual labels:  linq
Linq To Gameobject For Unity
LINQ to GameObject - Traverse GameObject Hierarchy by LINQ
Stars: ✭ 578 (+1011.54%)
Mutual labels:  linq
Linq.translations
Declare properties on an object that can be translated by LINQ
Stars: ✭ 51 (-1.92%)
Mutual labels:  linq
Linq.py
Just as the name suggested.
Stars: ✭ 42 (-19.23%)
Mutual labels:  linq
Linq.ts
🌀LINQ for TypeScript
Stars: ✭ 687 (+1221.15%)
Mutual labels:  linq

queries

Enumerable collections for Dart language (inspired by Microsoft LINQ).

Version 0.1.14

Classes

Collection  
Dictionary  
DictionaryKeyCollection  
DictionaryValueCollection  
Enumerable  
EqualityComparer  
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
zip

Other classes

Enumerable  
IGrouping  
ILookup  
IOrderedEnumerable  
Lookup

Other methods

thenBy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].