GenDash
Static Method Summary
| Static Public Methods | ||
| public static |
* each(what: *, fx: *): * |
|
| public static |
* identify(value: *): * |
|
| public static |
* identity(value: *): * |
|
| public static |
* keys(what: *): * |
|
| public static |
* map(what: *, fx: *): * |
|
| public static |
* noop() |
|
| public static |
* sort(what: *, comp: *): * |
|
| public static |
syncGenHelper(gen: *): * |
|
| public static |
* values(what: *): * |
|
Static Public Methods
public static * each(what: *, fx: *): * source
Params:
| Name | Type | Attribute | Description |
| what | * | ||
| fx | * |
Return:
| * |
public static * map(what: *, fx: *): * source
Params:
| Name | Type | Attribute | Description |
| what | * | ||
| fx | * |
Return:
| * |
public static * noop() source
public static * sort(what: *, comp: *): * source
Params:
| Name | Type | Attribute | Description |
| what | * | ||
| comp | * |
Return:
| * |