api
blog
github
login / sign up
ClojureDocs
(beta)
clj-sandbox
Namespaces
net.licenser.sandbox
jvm
matcher
safe-fns
tester
doc
source
examples
comments
0.4.0
0.4.0 permalink
combine-matchers
net.licenser.sandbox.matcher
(combine-matchers & tests)
Combines two testers.
© clj-sandbox See
http://github.com/Licenser/clj-sandbox
for copyright and license details.
0
Examples
top
Log in to add / edit an example.
See Also
top
Log in to add a see also.
Source
net/licenser/sandbox/matcher.clj:47
top
(defn combine-matchers "Combines two testers." [& tests] (fn [form] (map #(% form) tests)))
© clj-sandbox See
http://github.com/Licenser/clj-sandbox
for copyright and license details.
Vars in
net.licenser.sandbox.matcher/
combine-matchers:
defn
fn
map
Used in 0 other vars
Comments
top
No comments for
combine-matchers
. Log in to add a comment.
Comments top
No comments for combine-matchers. Log in to add a comment.