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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close