Skip to main content

keep

functionv1.2

clojure.core/keep

Available in:BBCLJCLJS
(keep [f] [f coll])
Returns a lazy sequence of the non-nil results of (f item). Note, this means false return values will be included. f must be free of side-effects. Returns a transducer when no collection is provided.

No examples yet. Be the first to add one!