Liking cljdoc? Tell your friends :D

core.nlp.utils


errorcljmacro

(error & vals)

Throws an error with the provided message(s)

Throws an error with the provided message(s)
raw docstring

error?cljmacro

(error? & body)

Returns true if executing body throws an error, false otherwise.

Returns true if executing body throws an error, false otherwise.
raw docstring

iaecljmacro

(iae exception-str)

Throws IllegalArgumentException with provided string

Throws IllegalArgumentException with provided string
raw docstring

iae-when-notcljmacro

(iae-when-not pred? exception-str)

Throws an IllegalArgumentException when the predicate is not satisfied

Throws an IllegalArgumentException when the predicate is not satisfied
raw docstring

TODOcljmacro

(TODO)
(TODO & vals)

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