(attrs failure)
(fail)
(fail reason)
(fail reason attrs-or-cause)
(fail reason attrs cause)
(fail? x)
(-fail? this)
(-throwable this)
(-reason this)
(-attrs this)
(fdo & forms)
(fdo &form &env & forms)
(fensure x)
(flet bindings & body)
(flet &form &env bindings & body)
(flet* bindings & body)
(flet* &form &env bindings & body)
(fthrow failure-or-throwable)
(if-cljs then else)
(if-fail bindings then)
(if-fail bindings then else)
(if-fail &form &env bindings then)
(if-fail &form &env bindings then else)
(if-fail* bindings then)
(if-fail* bindings then else)
(if-fail* &form &env bindings then)
(if-fail* &form &env bindings then else)
(if-succ bindings then)
(if-succ bindings then else)
(if-succ &form &env bindings then)
(if-succ &form &env bindings then else)
(if-succ* bindings then)
(if-succ* bindings then else)
(if-succ* &form &env bindings then)
(if-succ* &form &env bindings then else)
(reason failure)
(succ-> expr & body)
(succ-> &form &env expr & body)
(succ->* expr & body)
(succ->* &form &env expr & body)
(succ->> expr & body)
(succ->> &form &env expr & body)
(succ->>* expr & body)
(succ->>* &form &env expr & body)
(succ? x)
(throwable failure)
(throwable? x)
(when-fail bindings then)
(when-fail* bindings then)
(when-succ bindings then)
(when-succ* bindings then)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close