(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |