ExDash v0.3.1 Exdash

Summary

Functions

after_nth(times, fun)

See Exdash.Function.after_nth/2.

before_nth(times, fun)

See Exdash.Function.before_nth/2.

call_times(times, fun)

See Exdash.Function.call_times/2.

camel_case(str)

See Exdash.String.camel_case/1.

downcase_first(str)

See Exdash.String.downcase_first/1.

every(collection, fun)

See Exdash.Collection.every/2.

filter(collection, fun)

See Exdash.Collection.filter/2.

find(collection, fun)

See Exdash.Collection.find/2.

find(collection, default, fun)

See Exdash.Collection.find/3.

find_last(collection, default, fun)

See Exdash.Collection.find_last/3.

kebab_case(str)

See Exdash.String.kebab_case/1.

map(collection, fun)

See Exdash.Collection.map/2.

partial(fun, args)

See Exdash.Function.partial/2.

pevery(collection, fun)

See Exdash.Collection.pevery/2.

pfilter(collection, fun)

See Exdash.Collection.pfilter/2.

pfind(collection, fun)

See Exdash.Collection.pfind/2.

pfind(collection, default, fun)

See Exdash.Collection.pfind/3.

pfind_last(collection, default, fun)

See Exdash.Collection.pfind_last/3.

pmap(collection, fun)

See Exdash.Collection.pmap/2.

snake_case(str)

See Exdash.String.snake_case/1.

upcase_first(str)

See Exdash.String.upcase_first/1.

words(str)

See Exdash.String.words/1.

words(str, pattern)

See Exdash.String.words/2.

wrap(fun, wrapper)

See Exdash.Function.wrap/2.