Transformations⚓︎
TLDR list of Transformations
- Is start of a new chain
- Immediate Execution
- Partially Deferred Execution
- Fully Deferred Execution
- Eager Evaluation
- Available in the
ILinqIterable
wrapper - Available as raw function
Transformation | Brief Description | ||
---|---|---|---|
empty | Returns an empty Iterable |
||
filter | Returns a new iterable | ||
flatMap | |||
from | |||
fromRange | Returns an Iterable of numbers (positive and/or negative) progressing from start up to, but not including, end. |
||
map | |||
memoize | |||
materialize | Triggers the operations chain and store it in a new Iterable . It returns an ILinqIterable to allow to create a brand new operations chain. Helpful to boost performance. |
||
repeat | Returns an Iterable which will repeats the given value n times. |
||
tap | |||
tapChain | |||
tapChainCreation |
empty⚓︎
filter⚓︎
flatMap⚓︎
from⚓︎
fromRange⚓︎
map⚓︎
memoize⚓︎
materialize⚓︎
repeat⚓︎
tap⚓︎
tapChain⚓︎
tapChainCreation⚓︎
Last update:
March 22, 2023
Created: March 22, 2023
Created: March 22, 2023