Liking cljdoc? Tell your friends :D

stencil.util


->intclj

(->int x)
source

assoc-someclj

(assoc-some m k v)

Associate key k to value v in map m if v is not nil.

Associate key k to value v in map m if v is not nil.
sourceraw docstring

close-tagclj

source

dfs-walk-xmlclj

(dfs-walk-xml xml-tree predicate edit-fn)
source

dfs-walk-xml-nodeclj

(dfs-walk-xml-node xml-tree predicate edit-fn)
source

eval-exceptionclj

(eval-exception message expression)
source

failcljmacro

(fail msg obj)
source

find-firstclj

(find-first pred coll)

Given a reducible coll, returns first element for which predicate is true. Returns nil when no such element is found.

Given a reducible coll, returns first element for which predicate is true. Returns nil when no such element is found.
sourceraw docstring

find-first-in-treeclj

(find-first-in-tree predicate tree-loc)
source

find-lastclj

(find-last pred coll)

Given a reducible coll, returns last element for which predicate is true. Returns nil when no such element is found.

Given a reducible coll, returns last element for which predicate is true. Returns nil when no such element is found.
sourceraw docstring

fixptclj

(fixpt f x)

Repeatedly calls (f x), (f (f x)), (f (f (f x))) etc until we get the same element with further function applications.

Repeatedly calls (f x), (f (f x)), (f (f (f x))) etc until we get the same element with further function applications.
sourceraw docstring

iterationsclj

(iterations f x)

Returns an eduction of x, (f x) (f (f x)), ... while the value is not nil.

Returns an eduction of x, (f x) (f (f x)), ... while the value is not nil.
sourceraw docstring

mod-stack-top-conjclj

(mod-stack-top-conj stack & items)

Conjoins an element to the top item of a stack.

Conjoins an element to the top item of a stack.
sourceraw docstring

mod-stack-top-lastclj

(mod-stack-top-last stack f & args)

Updatest last element of top elem of stack.

Updatest last element of top elem of stack.
sourceraw docstring

open-tagclj

source

parsing-exceptionclj

(parsing-exception expression message)
source

stacks-difference-keyclj

(stacks-difference-key key-fn stack1 stack2)

Removes suffixes of two lists where key-fn gives the same result.

Removes suffixes of two lists where key-fn gives the same result.
sourceraw docstring

stringclj

(string xform coll)
source

trimclj

(trim s)
source

unlazy-treeclj

(unlazy-tree xml-tree)
source

update-peekclj

(update-peek xs f & args)

Updates top element of a stack.

Updates top element of a stack.
sourceraw docstring

update-someclj

(update-some m path f)
source

when-predcljmacro

(when-pred pred body)
source

whitespace?clj

(whitespace? c)
source

whitespace??cljmacro

(whitespace?? c)
source

xml-zipclj

Like clojure.zip/xml-zip but more flexible. Only maps are considered branches.

Like clojure.zip/xml-zip but more flexible. Only maps are considered branches.
sourceraw docstring

zipper?clj

(zipper? loc)
source

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

× close