Nilable (Nullable) helper functions.
Nilable (Nullable) helper functions.
(?>= & more)
Nilable variant of >=, but also returns false if only first argument is nil or true if all arguments are nil.
Nilable variant of >=, but also returns false if only first argument is nil or true if all arguments are nil.
(coalesce)
(coalesce x)
(coalesce x & rest)
Returns nil if all of its arguments are nil, otherwise it returns the first non-nil argument. Similar to (first (filter #(not (nil? %)) coll)) but takes arguments instead of a collection.
Returns nil if all of its arguments are nil, otherwise it returns the first non-nil argument. Similar to (first (filter #(not (nil? %)) coll)) but takes arguments instead of a collection.
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 |