Liking cljdoc? Tell your friends :D

spec.definition.collection.core


def-length-equal-to-predcljmacro

(def-length-equal-to-pred len pred)
source

def-length-greater-than-predcljmacro

(def-length-greater-than-pred len pred)
source

def-length-less-than-predcljmacro

(def-length-less-than-pred len pred)
source

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

length-equal-to-10?clj

(length-equal-to-10? value__2804__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.
sourceraw docstring

length-equal-to-1?clj

(length-equal-to-1? value__2804__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.
sourceraw docstring

length-equal-to-2?clj

(length-equal-to-2? value__2804__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.
sourceraw docstring

length-equal-to-3?clj

(length-equal-to-3? value__2804__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.
sourceraw docstring

length-equal-to-4?clj

(length-equal-to-4? value__2804__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.
sourceraw docstring

length-equal-to-5?clj

(length-equal-to-5? value__2804__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.
sourceraw docstring

length-equal-to-6?clj

(length-equal-to-6? value__2804__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.
sourceraw docstring

length-equal-to-7?clj

(length-equal-to-7? value__2804__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.
sourceraw docstring

length-equal-to-8?clj

(length-equal-to-8? value__2804__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.
sourceraw docstring

length-equal-to-9?clj

(length-equal-to-9? value__2804__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.
sourceraw docstring

length-equal-to?clj

source

length-greater-than-10?clj

(length-greater-than-10? value__2916__auto__)

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

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

length-greater-than-1?clj

(length-greater-than-1? value__2916__auto__)

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

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

length-greater-than-2?clj

(length-greater-than-2? value__2916__auto__)

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

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

length-greater-than-3?clj

(length-greater-than-3? value__2916__auto__)

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

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

length-greater-than-4?clj

(length-greater-than-4? value__2916__auto__)

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

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

length-greater-than-5?clj

(length-greater-than-5? value__2916__auto__)

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

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

length-greater-than-6?clj

(length-greater-than-6? value__2916__auto__)

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

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

length-greater-than-7?clj

(length-greater-than-7? value__2916__auto__)

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

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

length-greater-than-8?clj

(length-greater-than-8? value__2916__auto__)

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

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

length-greater-than-9?clj

(length-greater-than-9? value__2916__auto__)

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

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

length-greater-than?clj

source

length-less-than-10?clj

(length-less-than-10? value__2860__auto__)

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

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

length-less-than-1?clj

(length-less-than-1? value__2860__auto__)

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

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

length-less-than-2?clj

(length-less-than-2? value__2860__auto__)

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

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

length-less-than-3?clj

(length-less-than-3? value__2860__auto__)

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

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

length-less-than-4?clj

(length-less-than-4? value__2860__auto__)

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

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

length-less-than-5?clj

(length-less-than-5? value__2860__auto__)

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

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

length-less-than-6?clj

(length-less-than-6? value__2860__auto__)

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

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

length-less-than-7?clj

(length-less-than-7? value__2860__auto__)

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

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

length-less-than-8?clj

(length-less-than-8? value__2860__auto__)

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

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

length-less-than-9?clj

(length-less-than-9? value__2860__auto__)

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

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

length-less-than?clj

source

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