KGzocha\Searcher\Criteria\IntegerRangeCriteria::shouldBeApplied PHP Method

shouldBeApplied() public method

public shouldBeApplied ( )
    public function shouldBeApplied()
    {
        return $this->min !== null && $this->max !== null;
    }