Liking cljdoc? Tell your friends :D

ham-fisted.api


apply-nan-strategycljs

(apply-nan-strategy options data)

cache-orderedcljs

(cache-ordered coll)

Cache and return the hashcode of an ordered container

Cache and return the hashcode of an ordered container
raw docstring

cache-unorderedcljs

(cache-unordered coll)

coll-reducecljs

(coll-reduce coll rfn)
(coll-reduce coll rfn init)

coll-transducecljs

(coll-transduce coll xform rfn)
(coll-transduce coll xform rfn init)

concatvcljs

(concatv & args)

constant-countcljs

(constant-count data)

Constant time count. Returns nil if input doesn't have a constant time count.

Constant time count.  Returns nil if input doesn't have a constant time count.
raw docstring

consumer-reducercljs

(consumer-reducer cons-fn)
(consumer-reducer cons-fn fin-fn)

default-hash-providercljs


empty-mapcljs


extend-mut-map!cljs

(extend-mut-map! map-type)

freq-rfcljs

(freq-rf)
(freq-rf options)

frequenciescljs

(frequencies data)
(frequencies xform data)
(frequencies xform options data)

group-bycljs

(group-by key-fn coll)

group-by-reducercljs

(group-by-reducer reducer coll)
(group-by-reducer key-fn reducer coll)
(group-by-reducer key-fn reducer options coll)

hash-orderedcljs

(hash-ordered coll)

Calculate the hashcode of an ordered container

Calculate the hashcode of an ordered container
raw docstring

hash-unorderedcljs

(hash-unordered coll)

Calculate the hashcode of an unordered container

Calculate the hashcode of an unordered container
raw docstring

immut-listcljs

(immut-list)
(immut-list data)
(immut-list xform data)

immut-mapcljs

(immut-map)
(immut-map data)
(immut-map xform data)

indexed-accum-fncljs

(indexed-accum-fn rf)

is-nan?cljs

(is-nan? data)

Generalized is nan - returns true for nil - booleans are considered numbers

Generalized is nan - returns true for nil - booleans are considered numbers
raw docstring

is-not-nan?cljs

(is-not-nan? data)

Generalized is not nan - returns false for nil - booleans are considered numbers

Generalized is not nan - returns false for nil - booleans are considered numbers
raw docstring

js-mapcljs

(js-map)
(js-map data)
(js-map xform data)

mapvcljs

(mapv map-fn arg)
(mapv map-fn arg1 arg2)
(mapv map-fn arg1 arg2 & args)

meancljs

(mean data)
(mean options data)

Mean of a sequence of numbers.

Mean of a sequence of numbers.
raw docstring

mean-rcljs

Mean reducer

Mean reducer
raw docstring

mmax-keycljs

(mmax-key key-fn data)

mmax-key-rcljs

(mmax-key-r key-fn)

Max key reducer

Max key reducer
raw docstring

mmin-keycljs

(mmin-key key-fn data)

mmin-key-rcljs

(mmin-key-r key-fn)

Min key reducer

Min key reducer
raw docstring

modecljs

(mode data)

mut-hashtable-mapcljs

(mut-hashtable-map)
(mut-hashtable-map data)
(mut-hashtable-map xform data)

mut-listcljs

(mut-list)
(mut-list data)
(mut-list xform data)

mut-mapcljs

(mut-map)
(mut-map data)
(mut-map xform data)

mut-trie-mapcljs

(mut-trie-map)
(mut-trie-map data)
(mut-trie-map xform data)

object-arraycljs

(object-array)
(object-array data)

pairscljs

(pairs rf)
(pairs r l)

rangecljs

(range)
(range end)
(range start end)
(range start end step)

RangeTypecljs


raw-providercljs


reduce-put!cljs

(reduce-put! m data)
(reduce-put! xform m data)

reduce-reducercljs

(reduce-reducer reducer data)

standard-deviationcljs

(standard-deviation data)
(standard-deviation options data)

sumcljs

(sum data)
(sum options data)

Sum of a sequence of numbers.

Sum of a sequence of numbers.
raw docstring

sum-n-elemscljs

(sum-n-elems data)
(sum-n-elems options data)

Return a map of :sum :n-elems from a sequence of numbers.

Return a map of :sum :n-elems from a sequence of numbers.
raw docstring

sum-rcljs

Summation reducer

Summation reducer
raw docstring

update-valuescljs

(update-values m bifn)

var-rcljs


variancecljs

(variance data)
(variance options data)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close