Liking cljdoc? Tell your friends :D

ebenbild.core


ANYclj

source

EbenbildPredcljprotocol

->predclj

(->pred this)
source

likeclj

(like data)

Creates a predicate from different objects. Uses the EbenbildPred Protocol. Default Options are: Fn -> just assumes its already a pred, String -> matches if the string is included, Pattern -> matches the exact pattern, Number -> matches the number Keyword -> matches other keywords with equal (if given no namespace will match only on name). Map -> calls like on all keys and matches if all vals of the map are matching. Vector -> calls like on all elements, matches all seqs of the same size whose elements match the given vector. ANY -> matches everything.

Creates a predicate from different objects.
   Uses the EbenbildPred Protocol.
   Default Options are:
Fn -> just assumes its already a pred,
String -> matches if the string is included,
Pattern -> matches the exact pattern,
Number -> matches the number
Keyword -> matches other keywords with equal (if given no namespace will match only on name).
Map -> calls like on all keys and matches if all vals of the map are matching.
Vector -> calls like on all elements, matches all seqs of the same size whose elements match the given vector.
ANY -> matches everything.
sourceraw docstring

like?clj

(like? data compare-to)

Creates a predicate using 'like' and calls it with the second arg. When using the predicate more then one time, consider using 'like' instead.

Creates a predicate using 'like' and calls it with the second arg.
When using the predicate more then one time, consider using 'like' instead.
sourceraw docstring

update-allclj

(update-all m f)

Updates all map vals with the given fn

Updates all map vals with the given fn
sourceraw docstring

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

× close