(length-equal-to? length)
Returns a function that returns true if the provided value has the specified length, else returns false.
Returns a function that returns true if the provided value has the specified length, else returns false.
(length-greater-than? length)
Returns a function that returns true if the provided value has a length greater than the specified length, else returns false.
Returns a function that returns true if the provided value has a length greater than the specified length, else returns false.
(length-less-than? length)
Returns a function that returns true if the provided value has a length less than the specified length, else returns false.
Returns a function that returns true if the provided value has a length less than the specified length, else returns false.
(not-empty? value)
Returns true if the provided value has a count of at least 1, else returns false.
Returns true if the provided value has a count of at least 1, else returns false.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close