Pinq\Interfaces\IJoiningToTraversable::withDefault PHP Method

withDefault() public method

Sets the default element value and key to be joined if no matching inner elements are found for any outer element.
public withDefault ( mixed $value, mixed $key = null ) : Pinq\Interfaces\IJoiningToTraversable
$value mixed
$key mixed
return Pinq\Interfaces\IJoiningToTraversable
    public function withDefault($value, $key = null);
IJoiningToTraversable