Pinq\Analysis\BinaryOperations\BinaryOperation::getReturnType PHP Method

getReturnType() public method

public getReturnType ( )
    public function getReturnType()
    {
        return $this->typeSystem->getType($this->returnType);
    }