Home Reference Source
import GenDash from 'esper.js/src/GenDash.js'
public class | source

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:

NameTypeAttributeDescription
what *
fx *

Return:

*

public static * identify(value: *): * source

Params:

NameTypeAttributeDescription
value *

Return:

*

public static * identity(value: *): * source

Params:

NameTypeAttributeDescription
value *

Return:

*

public static * keys(what: *): * source

Params:

NameTypeAttributeDescription
what *

Return:

*

public static * map(what: *, fx: *): * source

Params:

NameTypeAttributeDescription
what *
fx *

Return:

*

public static * noop() source

public static * sort(what: *, comp: *): * source

Params:

NameTypeAttributeDescription
what *
comp *

Return:

*

public static syncGenHelper(gen: *): * source

Params:

NameTypeAttributeDescription
gen *

Return:

*

public static * values(what: *): * source

Params:

NameTypeAttributeDescription
what *

Return:

*