Pinq\Expressions\TraversalExpression::updateValue PHP Method

updateValue() final public method

final public updateValue ( Expression $value ) : static
$value Expression
return static
    public final function updateValue(Expression $value)
    {
        if ($this->value === $value) {
            return $this;
        }
        return $this->updateValueExpression($value);
    }