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)

<*clj

(<* x y)

<=*clj

(<=* x y)

=*clj

(=* x y)

>*clj

(>* x y)

>=*clj

(>=* x y)

and*clj

(and* & args)

existsclj

(exists field)

inclj

(in field & values)

not*clj

(not* pred)

or*clj

(or* & args)

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

× close