select Class |
Namespace: WhetStone.Looping
public static class select
| Name | Description | |
|---|---|---|
| SelectT, R(ICollectionT, FuncT, R) |
Get a 1-1 mapping of an ICollectionT.
| |
| SelectT, R(IListT, FuncT, R) |
Get a 1-1 mapping of an IListT.
| |
| SelectT, R(ICollectionT, FuncT, R, FuncR, T) |
Get a 1-1 invertible mapping of an ICollectionT.
| |
| SelectT, R(IListT, FuncT, R, FuncR, T) |
Get a 1-1 invertible mapping of an IListT.
| |
| SelectT, R0, R1(IDictionaryT, R0, FuncR0, R1) |
Get a 1-1 mapping of an IDictionaryTKey, TValue, mapping only the values of the KeyValuePairTKey, TValue.'s
| |
| SelectK0, K1, R0, R1(IDictionaryK0, R0, FuncK0, K1, FuncK1, K0, FuncR0, R1, FuncR1, R0) |
Get a 1-1 invertible mapping of an IDictionaryTKey, TValue, mapping the keys and values of the KeyValuePairTKey, TValue.'s
|