Predicates
24Returns true if coll implements Associative
functionclojure.core
- function
clojure.core
Returns true if x implements IPersistentCollection
functionclojure.core
Returns true if key is present in the given collection, otherwise returns false. Note that for numerically indexed co...
functionclojure.core
Returns true if coll implements count in constant time
functionclojure.core
Returns true if no two of the arguments are =
functionclojure.core
Returns true if coll has no items. To check the emptiness of a seq, please use the idiom (seq x) rather than (not (emp...
functionclojure.core
Returns true if (pred x) is logical true for every x in coll, else false.
functionclojure.core
Return true if coll implements Indexed, indicating efficient lookup by index
functionclojure.core
Returns true if x implements IPersistentList
functionclojure.core
Return true if x is a map entry
functionclojure.core
Return true if x implements IPersistentMap
functionclojure.core
Returns false if (pred x) is logical true for any x in coll, else true.
functionclojure.core
If coll is empty, returns nil, else coll
functionclojure.core
Returns false if (pred x) is logical true for every x in coll, else true.
functionclojure.core
Returns true if x is a record
functionclojure.core
Returns true if coll implements Reversible
functionclojure.core
Return true if x implements ISeq
functionclojure.core
Return true if the seq function is supported for x
functionclojure.core
Returns true if coll implements Sequential
functionclojure.core
Returns true if x implements IPersistentSet
functionclojure.core
Returns the first logical true value of (pred x) for any x in coll, else nil. One common idiom is to use a set as pre...
functionclojure.core
Returns true if coll implements Sorted
functionclojure.core
Return true if x implements IPersistentVector
functionclojure.core