Liking cljdoc? Tell your friends :D

jp.nijohando.failable-org


attrsclj/s

(attrs failure)

failclj/s

(fail)
(fail reason)
(fail reason attrs-or-cause)
(fail reason attrs cause)

fail?clj/s

(fail? x)

Failableclj/s≠protocol

-fail?clj/s

(-fail? this)

Failedcljs


Failureclj/s≠protocol

-throwableclj/s

(-throwable this)

-reasonclj/s

(-reason this)

-attrsclj/s

(-attrs this)

fdoclj/s≠macro

clj
(fdo & forms)
cljs
(fdo &form &env & forms)

fensureclj/s

(fensure x)

fletclj/s≠macro

clj
(flet bindings & body)
cljs
(flet &form &env bindings & body)

flet*clj/s≠macro

clj
(flet* bindings & body)
cljs
(flet* &form &env bindings & body)

fthrowclj/s

(fthrow failure-or-throwable)

if-cljsclj/smacro

(if-cljs then else)

if-failclj/s≠macro

clj
(if-fail bindings then)
(if-fail bindings then else)
cljs
(if-fail &form &env bindings then)
(if-fail &form &env bindings then else)

if-fail*clj/s≠macro

clj
(if-fail* bindings then)
(if-fail* bindings then else)
cljs
(if-fail* &form &env bindings then)
(if-fail* &form &env bindings then else)

if-succclj/s≠macro

clj
(if-succ bindings then)
(if-succ bindings then else)
cljs
(if-succ &form &env bindings then)
(if-succ &form &env bindings then else)

if-succ*clj/s≠macro

clj
(if-succ* bindings then)
(if-succ* bindings then else)
cljs
(if-succ* &form &env bindings then)
(if-succ* &form &env bindings then else)

reasonclj/s

(reason failure)

succ->clj/s≠macro

clj
(succ-> expr & body)
cljs
(succ-> &form &env expr & body)

succ->*clj/s≠macro

clj
(succ->* expr & body)
cljs
(succ->* &form &env expr & body)

succ->>clj/s≠macro

clj
(succ->> expr & body)
cljs
(succ->> &form &env expr & body)

succ->>*clj/s≠macro

clj
(succ->>* expr & body)
cljs
(succ->>* &form &env expr & body)

succ?clj/s

(succ? x)

throwableclj/s

(throwable failure)

throwable?clj/s

(throwable? x)

when-failclj/smacro

(when-fail bindings then)

when-fail*clj/smacro

(when-fail* bindings then)

when-succclj/smacro

(when-succ bindings then)

when-succ*clj/smacro

(when-succ* bindings then)

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

× close