Skip to main content

some->

macrov1.5

clojure.core/some->

Available in:BBCLJCLJS
(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

No examples yet. Be the first to add one!