Liking cljdoc? Tell your friends :D

image-lib.search


andcljmacro

(and & forms)
source

containscljmultimethod

returns true if haystack contains needle. This is case insensitive and matches substrings if haystack is a string

returns true if haystack contains needle. This is case insensitive and matches substrings if haystack is a string
sourceraw docstring

eqclj

(eq image-seq meta-key & meta-value)
source

geclj

(ge image-seq meta-key meta-value)
source

gtclj

(gt image-seq meta-key meta-value)
source

inclj

(in image-seq meta-key & meta-value)

returns a sequence containing all entries of image-seq where meta-key contains meta-value

returns a sequence containing all entries of image-seq where meta-key contains meta-value
sourceraw docstring

leclj

(le image-seq meta-key meta-value)
source

ltclj

(lt image-seq meta-key meta-value)
source

orcljmacro

(or coll & forms)
source

overwriteclj

(overwrite things file-name)

Write the collection to a file, clearing it first

Write the collection to a file, clearing it first
sourceraw docstring

writeclj

(write things file-name)

Append the collection 'things' to file 'file-name' one per line

Append the collection 'things' to file 'file-name' one per line
sourceraw docstring

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

× close