Liking cljdoc? Tell your friends :D

sqlg-clj.util


cast-every-other-paramclj

(cast-every-other-param coll)
source

cast-paramclj

(cast-param value)

Value is either a T, String, or keyword. If it's a keyword, pass the name.

Value is either a T, String, or keyword. If it's a keyword, pass the name.
sourceraw docstring

commit!clj

(commit! g)
source

f-to-bifunctionclj

(f-to-bifunction f)
source

f-to-binaryoperatorclj

(f-to-binaryoperator f)
source

f-to-bipredicateclj

(f-to-bipredicate f)
source

f-to-consumerclj

(f-to-consumer f)
source

f-to-functionclj

(f-to-function f)
source

f-to-predicateclj

(f-to-predicate f)
source

f-to-supplierclj

(f-to-supplier f)
source

f-to-unaryoperatorclj

(f-to-unaryoperator f)
source

fs-to-function-arrayclj

(fs-to-function-array fs)

Converts a collection of functions to a java.util.function.Function array.

Converts a collection of functions to a java.util.function.Function array.
sourceraw docstring

into-list!clj

(into-list! t)

Returns the objects in the traversal as a list.

Returns the objects in the traversal as a list.
sourceraw docstring

into-seq!clj

(into-seq! t)

Returns the objects of the traversal as a sequence.

Returns the objects of the traversal as a sequence.
sourceraw docstring

into-set!clj

(into-set! t)

Returns the objects in the traversal as a set.

Returns the objects in the traversal as a set.
sourceraw docstring

into-vec!clj

(into-vec! t)

Returns the objects in the traversal as a vector.

Returns the objects in the traversal as a vector.
sourceraw docstring

iterate!clj

(iterate! t)

Iterates the traversal with the intent of producing side-effects.

Iterates the traversal with the intent of producing side-effects.
sourceraw docstring

keywords-to-str-arrayclj

(keywords-to-str-array strs)
source

map-every-nthclj

(map-every-nth f coll n)
source

next!clj

(next! t)
(next! t i)

Returns the next object in the traversal.

Returns the next object in the traversal.
sourceraw docstring

rollback!clj

(rollback! g)
source

str-arrayclj

(str-array strs)
source

string-or-keywordclj

(string-or-keyword value)

Checks if the given value is either a string or keyword.

Checks if the given value is either a string or keyword.
sourceraw docstring

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

× close