Liking cljdoc? Tell your friends :D

score.mask.accumulator

Accumulator. Based on Andre Bartetzki's CMask.

Accumulator. Based on Andre Bartetzki's CMask.
raw docstring

accumulateclj

(accumulate genfn)
(accumulate genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-limitclj

(accumulate-limit low high genfn)
(accumulate-limit low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-mirrorclj

(accumulate-mirror low high genfn)
(accumulate-mirror low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-wrapclj

(accumulate-wrap low high genfn)
(accumulate-wrap low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

create-accum-functionclj

(create-accum-function genfn low high init accumfn)
source

limitclj

(limit v l h)
source

mirrorclj

(mirror v l h)
source

wrapclj

(wrap v l h)
source

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

× close