(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.
(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.
(into-list! t)
Returns the objects in the traversal as a list.
Returns the objects in the traversal as a list.
(into-seq! t)
Returns the objects of the traversal as a sequence.
Returns the objects of the traversal as a sequence.
(into-set! t)
Returns the objects in the traversal as a set.
Returns the objects in the traversal as a set.
(into-vec! t)
Returns the objects in the traversal as a vector.
Returns the objects in the traversal as a vector.
(iterate! t)
Iterates the traversal with the intent of producing side-effects.
Iterates the traversal with the intent of producing side-effects.
(next! t)
(next! t i)
Returns the next object in the traversal.
Returns the next object in the traversal.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close