Remove no-longer-used transient-all-select|transform
This commit is contained in:
parent
cb0dc261cf
commit
25ba21d9ee
1 changed files with 0 additions and 20 deletions
|
|
@ -778,26 +778,6 @@
|
||||||
(let [res (next-fn [])]
|
(let [res (next-fn [])]
|
||||||
(reduce conj! structure res))))
|
(reduce conj! structure res))))
|
||||||
|
|
||||||
#+clj
|
|
||||||
(defn transient-all-select
|
|
||||||
[structure next-fn]
|
|
||||||
(into [] (r/mapcat #(next-fn (nth structure %))
|
|
||||||
(range (count structure)))))
|
|
||||||
|
|
||||||
#+cljs
|
|
||||||
(defn transient-all-select
|
|
||||||
[structure next-fn]
|
|
||||||
(into []
|
|
||||||
(r/mapcat #(next-fn (nth structure %)))
|
|
||||||
(range (count structure))))
|
|
||||||
|
|
||||||
(defn transient-all-transform!
|
|
||||||
[structure next-fn]
|
|
||||||
(reduce (fn [structure i]
|
|
||||||
(assoc! structure i (next-fn (nth structure i))))
|
|
||||||
structure
|
|
||||||
(range (count structure))))
|
|
||||||
|
|
||||||
(defn extract-basic-filter-fn [path]
|
(defn extract-basic-filter-fn [path]
|
||||||
(cond (fn? path)
|
(cond (fn? path)
|
||||||
path
|
path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue