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
sourceraw 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
sourceraw 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
sourceraw 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
sourceraw 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
sourceraw docstring

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

× close