Liking cljdoc? Tell your friends :D

datatype.collection.core


def-length-equal-to-predicatecljmacro

(def-length-equal-to-predicate len)

def-length-greater-than-predicatecljmacro

(def-length-greater-than-predicate len)

def-length-less-than-predicatecljmacro

(def-length-less-than-predicate len)

def-length-predicatecljmacro

(def-length-predicate pred-type desc len pred-maker)

empty?clj

(empty? value)

Returns true if the provided value has a count of zero, else returns false.

Returns true if the provided value has a count of zero, else returns
false.
raw docstring

length-equal-to-10?clj

(length-equal-to-10? value__1645__auto__)

Returns true if the provided value has a count of exactly 10, else returns false.

Returns true if the provided value has a count of exactly 10, else returns false.
raw docstring

length-equal-to-1?clj

(length-equal-to-1? value__1645__auto__)

Returns true if the provided value has a count of exactly 1, else returns false.

Returns true if the provided value has a count of exactly 1, else returns false.
raw docstring

length-equal-to-2?clj

(length-equal-to-2? value__1645__auto__)

Returns true if the provided value has a count of exactly 2, else returns false.

Returns true if the provided value has a count of exactly 2, else returns false.
raw docstring

length-equal-to-3?clj

(length-equal-to-3? value__1645__auto__)

Returns true if the provided value has a count of exactly 3, else returns false.

Returns true if the provided value has a count of exactly 3, else returns false.
raw docstring

length-equal-to-4?clj

(length-equal-to-4? value__1645__auto__)

Returns true if the provided value has a count of exactly 4, else returns false.

Returns true if the provided value has a count of exactly 4, else returns false.
raw docstring

length-equal-to-5?clj

(length-equal-to-5? value__1645__auto__)

Returns true if the provided value has a count of exactly 5, else returns false.

Returns true if the provided value has a count of exactly 5, else returns false.
raw docstring

length-equal-to-6?clj

(length-equal-to-6? value__1645__auto__)

Returns true if the provided value has a count of exactly 6, else returns false.

Returns true if the provided value has a count of exactly 6, else returns false.
raw docstring

length-equal-to-7?clj

(length-equal-to-7? value__1645__auto__)

Returns true if the provided value has a count of exactly 7, else returns false.

Returns true if the provided value has a count of exactly 7, else returns false.
raw docstring

length-equal-to-8?clj

(length-equal-to-8? value__1645__auto__)

Returns true if the provided value has a count of exactly 8, else returns false.

Returns true if the provided value has a count of exactly 8, else returns false.
raw docstring

length-equal-to-9?clj

(length-equal-to-9? value__1645__auto__)

Returns true if the provided value has a count of exactly 9, else returns false.

Returns true if the provided value has a count of exactly 9, else returns false.
raw docstring

length-greater-than-10?clj

(length-greater-than-10? value__1645__auto__)

Returns true if the provided value has a count of greater than 10, else returns false.

Returns true if the provided value has a count of greater than 10, else returns false.
raw docstring

length-greater-than-1?clj

(length-greater-than-1? value__1645__auto__)

Returns true if the provided value has a count of greater than 1, else returns false.

Returns true if the provided value has a count of greater than 1, else returns false.
raw docstring

length-greater-than-2?clj

(length-greater-than-2? value__1645__auto__)

Returns true if the provided value has a count of greater than 2, else returns false.

Returns true if the provided value has a count of greater than 2, else returns false.
raw docstring

length-greater-than-3?clj

(length-greater-than-3? value__1645__auto__)

Returns true if the provided value has a count of greater than 3, else returns false.

Returns true if the provided value has a count of greater than 3, else returns false.
raw docstring

length-greater-than-4?clj

(length-greater-than-4? value__1645__auto__)

Returns true if the provided value has a count of greater than 4, else returns false.

Returns true if the provided value has a count of greater than 4, else returns false.
raw docstring

length-greater-than-5?clj

(length-greater-than-5? value__1645__auto__)

Returns true if the provided value has a count of greater than 5, else returns false.

Returns true if the provided value has a count of greater than 5, else returns false.
raw docstring

length-greater-than-6?clj

(length-greater-than-6? value__1645__auto__)

Returns true if the provided value has a count of greater than 6, else returns false.

Returns true if the provided value has a count of greater than 6, else returns false.
raw docstring

length-greater-than-7?clj

(length-greater-than-7? value__1645__auto__)

Returns true if the provided value has a count of greater than 7, else returns false.

Returns true if the provided value has a count of greater than 7, else returns false.
raw docstring

length-greater-than-8?clj

(length-greater-than-8? value__1645__auto__)

Returns true if the provided value has a count of greater than 8, else returns false.

Returns true if the provided value has a count of greater than 8, else returns false.
raw docstring

length-greater-than-9?clj

(length-greater-than-9? value__1645__auto__)

Returns true if the provided value has a count of greater than 9, else returns false.

Returns true if the provided value has a count of greater than 9, else returns false.
raw docstring

length-less-than-10?clj

(length-less-than-10? value__1645__auto__)

Returns true if the provided value has a count of less than 10, else returns false.

Returns true if the provided value has a count of less than 10, else returns false.
raw docstring

length-less-than-1?clj

(length-less-than-1? value__1645__auto__)

Returns true if the provided value has a count of less than 1, else returns false.

Returns true if the provided value has a count of less than 1, else returns false.
raw docstring

length-less-than-2?clj

(length-less-than-2? value__1645__auto__)

Returns true if the provided value has a count of less than 2, else returns false.

Returns true if the provided value has a count of less than 2, else returns false.
raw docstring

length-less-than-3?clj

(length-less-than-3? value__1645__auto__)

Returns true if the provided value has a count of less than 3, else returns false.

Returns true if the provided value has a count of less than 3, else returns false.
raw docstring

length-less-than-4?clj

(length-less-than-4? value__1645__auto__)

Returns true if the provided value has a count of less than 4, else returns false.

Returns true if the provided value has a count of less than 4, else returns false.
raw docstring

length-less-than-5?clj

(length-less-than-5? value__1645__auto__)

Returns true if the provided value has a count of less than 5, else returns false.

Returns true if the provided value has a count of less than 5, else returns false.
raw docstring

length-less-than-6?clj

(length-less-than-6? value__1645__auto__)

Returns true if the provided value has a count of less than 6, else returns false.

Returns true if the provided value has a count of less than 6, else returns false.
raw docstring

length-less-than-7?clj

(length-less-than-7? value__1645__auto__)

Returns true if the provided value has a count of less than 7, else returns false.

Returns true if the provided value has a count of less than 7, else returns false.
raw docstring

length-less-than-8?clj

(length-less-than-8? value__1645__auto__)

Returns true if the provided value has a count of less than 8, else returns false.

Returns true if the provided value has a count of less than 8, else returns false.
raw docstring

length-less-than-9?clj

(length-less-than-9? value__1645__auto__)

Returns true if the provided value has a count of less than 9, else returns false.

Returns true if the provided value has a count of less than 9, else returns false.
raw docstring

make-equal-to-length-predicateclj

(make-equal-to-length-predicate 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.
raw docstring

make-greater-than-length-predicateclj

(make-greater-than-length-predicate 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.
raw docstring

make-length-predicateclj

(make-length-predicate length callback)

make-less-than-length-predicateclj

(make-less-than-length-predicate 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.
raw 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.
raw docstring

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

× close