Extensions for Linq support
More...
Extensions for Linq support
Definition at line 76 of file FutureFilterUniverse.cs.
◆ Where()
Filters universe
- Parameters
-
| universe | Universe to apply the filter too |
| predicate | Bool function to determine which Symbol are filtered |
- Returns
- FutureFilterUniverse with filter applied
Definition at line 84 of file FutureFilterUniverse.cs.
◆ Select()
Maps universe
- Parameters
-
| universe | Universe to apply the filter too |
| mapFunc | Symbol function to determine which Symbols are filtered |
- Returns
- FutureFilterUniverse with filter applied
Definition at line 96 of file FutureFilterUniverse.cs.
◆ SelectMany()
Binds universe
- Parameters
-
| universe | Universe to apply the filter too |
| mapFunc | Symbols function to determine which Symbols are filtered |
- Returns
- FutureFilterUniverse with filter applied
Definition at line 108 of file FutureFilterUniverse.cs.
The documentation for this class was generated from the following file: