ClojureDocs

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

Search results for query: "predicate function"

1 to 1 of 1 results. prev page | next page

  • assert-predicate

    clojure.test

    • (assert-predicate msg form)

    Returns generic assertion code for any functional predicate. The 'expected' argument to 'report' will contains the original form, the 'actual' argument will contain the form with all its sub-forms evaluated. If the predicate returns false, the 'actual' form will be wrapped in (not...).

    0 examples
prev page | next page