ClojureDocs

Nav

Namespaces

some->>

clojure.core

Available since 1.5 (source)
  • (some->> expr & forms)
When expr is not nil, threads it into the first form (via ->>),
and when that result is not nil, through the next etc