DusanKasan / Knapsack

Collection pipeline library for PHP

Home Page:http://dusankasan.github.io/Knapsack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement through method

DusanKasan opened this issue · comments

With this you can use a callable that processes the collection items basically as a transducer.

See http://book.cakephp.org/3.0/en/core-libraries/collections.html#Cake\Collection\Collection::through for reference.