Liking cljdoc? Tell your friends :D

clojurewerkz.quartzite.matchers

Contains factory functions that produce group matchers. Group matchers are used to retrieve triggers and jobs from the scheduler en masse.

Contains factory functions that produce group matchers.
Group matchers are used to retrieve triggers and jobs from the scheduler en masse.
raw docstring

group-containsclj

(group-contains s)

Returns a group matcher that matches keys in all groups that contain the given substring

Returns a group matcher that matches keys in all groups that contain the given substring
raw docstring

group-ends-withclj

(group-ends-with s)

Returns a group matcher that matches keys in all groups that end with the given suffix

Returns a group matcher that matches keys in all groups that end with the given suffix
raw docstring

group-equalsclj

(group-equals s)

Returns a group matcher that matches keys in the given group

Returns a group matcher that matches keys in the given group
raw docstring

group-starts-withclj

(group-starts-with s)

Returns a group matcher that matches keys in all groups that start with the given prefix

Returns a group matcher that matches keys in all groups that start with the given prefix
raw docstring

match?clj

(match? matcher key)

Returns true if given group matcher matches the given key

Returns true if given group matcher matches the given key
raw docstring

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