Skip to content

Commit

Permalink
added new files, updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Dec 5, 2023
1 parent 2c2ea65 commit 0ea9b8d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
                              

<br/>
The IQueryable port alternative of LinqDataCalc.
__**The IQueryable port alternative of LinqDataCalc.**__
<br/>
<br/>
<br/>
Expand All @@ -23,14 +23,16 @@ Most parts of the re-written source are meant to provide a more fluent linq-like

<div align="center">

Methods Ported displayed in table below:
Methods Ported to IQueryable syntax displayed in table below:

➡️
<br>

| Method | Implemented As | Usage |
|:------------:|:------------:|:------------:|
|AsNumericTuples()↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) |
| | |
| AsNumericTuples()↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) | functional __-example only-__ of filtering numbers based on type, preferable to use standard Linq filters |
| | | |
| OddOrEven()➡️ | CollEvenLength() | size-specific collection filter |


</div>

Expand Down

0 comments on commit 0ea9b8d

Please sign in to comment.