Liking cljdoc? Tell your friends :D

feline.core


fmapclj/smultimethod

(fmap f s)

Applies function f to each item in the data structure s

Applies function f to each item in the data structure s
sourceraw docstring

nmapclj/smultimethod

(nmap f s n)

Applies function f to each item in the data structure s

Applies function f to each item in the data structure s
sourceraw docstring

nmap1clj/s

(nmap1 f v)

this applies f to the first level, it behaves similar to map (but it is eager on maps), it also applies to v on maps

this applies f to the first level, it behaves similar to map (but it is eager on maps), it also applies to v on maps
sourceraw docstring

nmap2clj/s

(nmap2 f v)
source

nmap3clj/s

(nmap3 f v)
source

nmap4clj/s

(nmap4 f v)
source

nmap5clj/s

(nmap5 f v)
source

nmap6clj/s

(nmap6 f v)
source

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

× close