Liking cljdoc? Tell your friends :D

uncomplicate.fluokitten.algo


atom-fmap!clj

(atom-fmap! a g)
(atom-fmap! ax g ry)
(atom-fmap! ax g ry rz)
(atom-fmap! ax g ry rz rw)
(atom-fmap! ax g ry rz rw rws)
source

atom-idclj

(atom-id a)
source

atom-pureclj

(atom-pure _ v)
source

coll-bindclj

(coll-bind c g)
(coll-bind c g ss)
source

coll-fapplyclj

(coll-fapply cv cg)
(coll-fapply cv cg cvs)
source

coll-fmapclj

(coll-fmap c g)
(coll-fmap c g ss)
source

coll-joinclj

(coll-join c)
source

coll-op*clj

(coll-op* zero)
source

coll-pureclj

(coll-pure cv v)
(coll-pure cv v vs)
source

collection-foldclj

(collection-fold c)
(collection-fold c f init)
(collection-fold cx f init cy)
(collection-fold cx f init cy cz)
(collection-fold cx f init cy cz cw)
(collection-fold cx f init cy cz cw cws)
source

collection-foldmapclj

(collection-foldmap c g)
(collection-foldmap c g f init)
(collection-foldmap cx g f init cy)
(collection-foldmap cx g f init cy cz)
(collection-foldmap cx g f init cy cz cw)
(collection-foldmap cx g f init cy cz cw cws)
source

collfold-foldclj

(collfold-fold c)
(collfold-fold c f init)
source

collreduce-bindclj

(collreduce-bind cr g)
(collreduce-bind cr g ss)
source

collreduce-extractclj

(collreduce-extract c)
source

collreduce-fapplyclj

(collreduce-fapply crv crg)
(collreduce-fapply cv cg cvs)
source

collreduce-fmapclj

(collreduce-fmap cr g)
(collreduce-fmap _ _ _)
source

collreduce-joinclj

(collreduce-join c)
source

collreduce-opclj

(collreduce-op)
(collreduce-op x)
(collreduce-op x y)
(collreduce-op x y z)
(collreduce-op x y z w)
(collreduce-op x y z w & ws)
source

collreduce-pureclj

(collreduce-pure _ v)
source

create-mapentryclj

(create-mapentry k v)

Creates a map entry with the supplied key and value. On JVM it creates an instance of clojure.lang.MapEntry.

Creates a map entry with the supplied key and value. On JVM it
creates an instance of clojure.lang.MapEntry.
sourceraw docstring

default-bindclj

(default-bind m g)
(default-bind m g ms)
source

default-foldmapclj

(default-foldmap x g)
(default-foldmap x g f init)
(default-foldmap x g f init y)
(default-foldmap x g f init y z)
(default-foldmap x g f init y z w)
(default-foldmap x g f init y z w ws)
source

default-unbindclj

(default-unbind wa g)
(default-unbind wa g was)
source

default-unbind!clj

(default-unbind! wa g)
(default-unbind! wa g was)
source

eduction-bindclj

(eduction-bind e g)
(eduction-bind e g ss)
source

eduction-fapplyclj

(eduction-fapply ev eg)
(eduction-fapply ev eg evs)
source

eduction-fmapclj

(eduction-fmap e g)
(eduction-fmap e g ss)
source

eduction-foldmapclj

(eduction-foldmap c g)
(eduction-foldmap c g f init)
(eduction-foldmap cx g f init cy)
(eduction-foldmap cx g f init cy cz)
(eduction-foldmap cx g f init cy cz cw)
(eduction-foldmap cx g f init cy cz cw cws)
source

eduction-joinclj

(eduction-join e)
source

eduction-opclj

(eduction-op)
(eduction-op x)
(eduction-op x y)
(eduction-op x y z)
(eduction-op x y z w)
(eduction-op x y z w & ws)
source

eduction-pureclj

(eduction-pure e v)
(eduction-pure e v vs)
source

extend-atomcljmacro

(extend-atom t)
source

extend-collectioncljmacro

(extend-collection t)
source

extend-eductioncljmacro

(extend-eduction t)
source

extend-functioncljmacro

(extend-function t)
source

extend-hashmapcljmacro

(extend-hashmap t)
source

extend-iderefcljmacro

(extend-ideref t)
source

extend-justcljmacro

(extend-just t just-pure)
source

extend-keywordcljmacro

(extend-keyword t)
source

extend-lazyseqcljmacro

(extend-lazyseq t)
source

extend-listcljmacro

(extend-list t)
source

extend-mapentrycljmacro

(extend-mapentry t)
source

extend-refcljmacro

(extend-ref t)
source

extend-seqcljmacro

(extend-seq t)
source

extend-setcljmacro

(extend-set t)
source

extend-vectorcljmacro

(extend-vector t)
source

extend-volatilecljmacro

(extend-volatile t)
source

function-bindclj

(function-bind f g)
(function-bind f g hs)
source

function-extractclj

(function-extract f)
source

function-fapplyclj

(function-fapply f g)
(function-fapply f g hs)
source

function-fmapclj

(function-fmap f g)
(function-fmap f g hs)
source

function-foldclj

(function-fold fx)
(function-fold fx f init)
(function-fold fx f init fy)
(function-fold fx f init fy fz)
(function-fold fx f init fy fz fw)
(function-fold fx f init fy fz fw fws)
source

function-joinclj

(function-join f)
source

function-opclj

(function-op)
(function-op x)
(function-op x y & zs)
source

function-pureclj

(function-pure f x)
source

hashmap-bindclj

(hashmap-bind m g)
(hashmap-bind m g ms)
source

hashmap-fapplyclj

(hashmap-fapply mv mg)
(hashmap-fapply mv mg mvs)
source

hashmap-fmapclj

(hashmap-fmap m g)
(hashmap-fmap m g ms)
source

hashmap-foldclj

(hashmap-fold m)
(hashmap-fold m f init)
(hashmap-fold mx f init my)
(hashmap-fold mx f init my mz)
(hashmap-fold mx f init my mz mw)
(hashmap-fold mx f init my mz mw mws)
source

hashmap-joinclj

(hashmap-join m)
source

hashmap-pureclj

(hashmap-pure m v)
(hashmap-pure m v vs)
source

just-bindclj

(just-bind jv g)
(just-bind jv g jvs)
source

just-fapplyclj

(just-fapply jv jg)
(just-fapply jv jg jvs)
source

just-fmapclj

(just-fmap jv g)
(just-fmap jv g jvs)
source

just-foldclj

(just-fold x)
(just-fold x f init)
(just-fold x f init y)
(just-fold x f init y z)
(just-fold x f init y z w)
(just-fold x f init y z w ws)
source

just-foldmapclj

(just-foldmap x g)
(just-foldmap x g f init)
(just-foldmap x g f init y)
(just-foldmap x g f init y z)
(just-foldmap x g f init y z w)
(just-foldmap x g f init y z w ws)
source

just-joinclj

(just-join jjv)
source

just-opclj

(just-op)
(just-op x)
(just-op x y & zs)
source

keyword-fapplyclj

(keyword-fapply kv kg)
(keyword-fapply kv kg kvs)
source

keyword-fmapclj

(keyword-fmap k g)
(keyword-fmap k g ks)
source

keyword-idclj

source

keyword-opclj

(keyword-op)
(keyword-op x)
(keyword-op x y)
(keyword-op x y z)
(keyword-op x y z w)
(keyword-op x y z w ws)
source

keyword-pureclj

(keyword-pure k v)
(keyword-pure k v vs)
source

list-bindclj

(list-bind c g)
(list-bind c g ss)
source

list-fapplyclj

(list-fapply cv cg)
(list-fapply cv cg cvs)
source

list-fmapclj

(list-fmap l g)
(list-fmap l g ss)
source

list-joinclj

(list-join c)
source

list-opclj

(list-op)
(list-op x)
(list-op x y)
(list-op x y z)
(list-op x y z w)
(list-op x y z w & ws)
source

mapentry-fapplyclj

(mapentry-fapply [ke ve :as e] [kg vg])
(mapentry-fapply [ke ve :as e] [kg vg] es)
source

mapentry-fmapclj

(mapentry-fmap [ke ve] g)
(mapentry-fmap [ke ve] g es)
source

mapentry-foldclj

(mapentry-fold e)
(mapentry-fold e f init)
(mapentry-fold e f init e1)
(mapentry-fold e f init e1 e2)
(mapentry-fold e f init e1 e2 e3)
(mapentry-fold e f init e1 e2 e3 es)
source

mapentry-foldmapclj

(mapentry-foldmap e g)
(mapentry-foldmap e g f init)
(mapentry-foldmap e g f init e1)
(mapentry-foldmap e g f init e1 e2)
(mapentry-foldmap e g f init e1 e2 e3)
(mapentry-foldmap e g f init e1 e2 e3 es)
source

mapentry-idclj

(mapentry-id [kx vx])
source

mapentry-joinclj

(mapentry-join [k x :as e])
source

mapentry-opclj

(mapentry-op e)
source

mapentry-pureclj

(mapentry-pure e v)
source

object-fmapclj

(object-fmap o f)
(object-fmap o f os)
source

object-foldclj

(object-fold x)
(object-fold x f init)
(object-fold x f init y)
(object-fold x f init y z)
(object-fold x f init y z w)
(object-fold x f init y z w ws)
source

object-foldmapclj

(object-foldmap x g)
(object-foldmap x g f init)
(object-foldmap x g f init y)
(object-foldmap x g f init y z)
(object-foldmap x g f init y z w)
(object-foldmap x g f init y z w ws)
source

object-pureclj

(object-pure o x)
source

reducible-bindclj

(reducible-bind c g)
(reducible-bind c g ss)
source

reducible-fapplyclj

(reducible-fapply cv cg)
(reducible-fapply cv cg cvs)
source

reducible-fmapclj

(reducible-fmap c g)
(reducible-fmap c g cs)
source

reducible-joinclj

(reducible-join c)
source

reducible-opclj

(reducible-op)
(reducible-op x)
(reducible-op x y)
(reducible-op x y z)
(reducible-op x y z w)
(reducible-op x y z w & ws)
source

ref-fmap!clj

(ref-fmap! rx g)
(ref-fmap! rx g ry)
(ref-fmap! rx g ry rz)
(ref-fmap! rx g ry rz rw)
(ref-fmap! rx g ry rz rw rws)
source

ref-idclj

(ref-id r)
source

ref-pureclj

(ref-pure _ v)
source

reference-bindclj

(reference-bind mv g)
(reference-bind mv g mvs)
source

reference-bind!clj

(reference-bind! mv g)
(reference-bind! mv g mvs)
source

reference-fapplyclj

(reference-fapply rv rg)
(reference-fapply rv rg rvs)
source

reference-fapply!clj

(reference-fapply! rv rg)
(reference-fapply! rv rg rvs)
source

reference-fmapclj

(reference-fmap r g)
(reference-fmap r g rs)
source

reference-foldclj

(reference-fold r)
(reference-fold r f init)
(reference-fold rx f init ry)
(reference-fold rx f init ry rz)
(reference-fold rx f init ry rz rw)
(reference-fold rx f init ry rz rw rws)
source

reference-foldmapclj

(reference-foldmap rx g)
(reference-foldmap rx g f init)
(reference-foldmap rx g f init ry)
(reference-foldmap rx g f init ry rz)
(reference-foldmap rx g f init ry rz rw)
(reference-foldmap rx g f init ry rz rw rws)
source

reference-joinclj

(reference-join r)
source

reference-join!clj

(reference-join! r)
source

reference-opclj

(reference-op r)
source

seq-bindclj

(seq-bind c g)
(seq-bind c g ss)
source

seq-fapplyclj

(seq-fapply cv cg)
(seq-fapply cv cg cvs)
source

seq-fmapclj

(seq-fmap s g)
(seq-fmap s g ss)
source

seq-joinclj

(seq-join s)
source

seq-op*clj

(seq-op* zero)
source

seq-pureclj

(seq-pure cv v)
(seq-pure cv v vs)
source

seq-unbindclj

(seq-unbind s g)
(seq-unbind s g ss)
source

volatile-fmap!clj

(volatile-fmap! v g)
(volatile-fmap! vx g ry)
(volatile-fmap! vx g ry rz)
(volatile-fmap! vx g ry rz rw)
(volatile-fmap! vx g ry rz rw rws)
source

volatile-idclj

(volatile-id a)
source

volatile-pureclj

(volatile-pure _ v)
source

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

× close