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 468dc3c commit 7c9a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Methods Ported to IQueryable syntax displayed in table below:

| Method | Implemented As | Usage |
|:------------:|:------------:|:------------:|
| AsNumericTuples() &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) | __example only__ of funct. filtered numerics, use 'where', 'select' clauses instead |
| AsNumericTuples() &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) | __example only__ of funct. filtered numerics, use 'where', 'select' clauses instead |
| | | |
| OddOrEven()&nbsp;&nbsp; ➡️ | CollEvenLength() | size-specific collection filter |

Expand Down

0 comments on commit 7c9a020

Please sign in to comment.