Liking cljdoc? Tell your friends :D

spec.validate.collection


length-equal-to-10?clj

source

length-equal-to-1?clj

source

length-equal-to-2?clj

source

length-equal-to-3?clj

source

length-equal-to-4?clj

source

length-equal-to-5?clj

source

length-equal-to-6?clj

source

length-equal-to-7?clj

source

length-equal-to-8?clj

source

length-equal-to-9?clj

source

length-equal-to?clj

(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.
sourceraw docstring

length-greater-than-10?clj

source

length-greater-than-1?clj

source

length-greater-than-2?clj

source

length-greater-than-3?clj

source

length-greater-than-4?clj

source

length-greater-than-5?clj

source

length-greater-than-6?clj

source

length-greater-than-7?clj

source

length-greater-than-8?clj

source

length-greater-than-9?clj

source

length-greater-than?clj

(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.
sourceraw docstring

length-less-than-10?clj

source

length-less-than-1?clj

source

length-less-than-2?clj

source

length-less-than-3?clj

source

length-less-than-4?clj

source

length-less-than-5?clj

source

length-less-than-6?clj

source

length-less-than-7?clj

source

length-less-than-8?clj

source

length-less-than-9?clj

source

length-less-than?clj

(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.
sourceraw docstring

not-empty?clj

(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.
sourceraw docstring

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

× close