RS
Size: a a a
RS
F
LL
LL
ŹR
F
PG
RS
AR
ŹR
F
V
LL
PG
V
AR
(->>
{:items [{:id 2 :count 2}
{:id 1 :count 3}
{:id 1 :count 4}]}
(sp/transform [:items (sp/filterer #(= 1 (:id %))) sp/FIRST :count] inc))
{:items [{:id 2, :count 2} {:id 1, :count 4} {:id 1, :count 4}]}
AR
PG
(->>
{:items [{:id 2 :count 2}
{:id 1 :count 3}
{:id 1 :count 4}]}
(sp/transform [:items (sp/filterer #(= 1 (:id %))) sp/FIRST :count] inc))
{:items [{:id 2, :count 2} {:id 1, :count 4} {:id 1, :count 4}]}
AR
PG