Liking cljdoc? Tell your friends :D

com.timezynk.domain.mongo.predicates

Predicates used in a query. They will be translated into a mongo query.

Predicates used in a query. They will be translated into a mongo query.
raw docstring

!=*clj

(!=* x y)
source

<*clj

(<* x y)
source

<=*clj

(<=* x y)
source

=*clj

(=* x y)
source

>*clj

(>* x y)
source

>=*clj

(>=* x y)
source

and*clj

(and* & args)
source

existsclj

(exists field)
source

inclj

(in field & values)
source

not*clj

(not* pred)
source

or*clj

(or* & args)
source

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

× close