Pinq\Interfaces\IJoiningToTraversable::to PHP Method

to() public method

Both the original and joined values and keys will be passed as arguments to the supplied function as (outerValue, innerValue, outerKey, innerKey).
public to ( callable $joinFunction ) : Pinq\ITraversable
$joinFunction callable
return Pinq\ITraversable
    public function to(callable $joinFunction);
IJoiningToTraversable