Pinq\Queries\Builders\Interpretations\OperationParser::interpretApply PHP Method

interpretApply() public method

public interpretApply ( $operationId, Pinq\Queries\Builders\Functions\IFunction $function )
$function Pinq\Queries\Builders\Functions\IFunction
    public function interpretApply($operationId, IFunction $function)
    {
        $this->operation = new Operations\Apply($this->buildFunction($function, Functions\ElementMutator::factory()));
    }