Method | Description | |
---|---|---|
projectTo ( callable $function ) : Traversable | Returns a new join iterator that will project the values with the supplied function, called with the parameters ($outerValue, $innerValue, $outerKey, $innerKey). | |
walk ( callable $function ) : void | Walks the joined elements | |
withDefault ( mixed $value, mixed $key = null ) : Pinq\Iterators\IJoinToIterator | Returns a new join iterator that will join the supplied element if no matching inner elements are given. |
public projectTo ( callable $function ) : Traversable | ||
$function | callable | |
return | Traversable |
public withDefault ( mixed $value, mixed $key = null ) : Pinq\Iterators\IJoinToIterator | ||
$value | mixed | |
$key | mixed | |
return | Pinq\Iterators\IJoinToIterator |