ClojureDocs

Nav

Namespaces

when-some

clojure.core

Available since 1.6 (source)
  • (when-some bindings & body)
bindings => binding-form test
  When test is not nil, evaluates body with binding-form bound to the
 value of test