Pinq\Repository::removeWhere PHP Method

removeWhere() public method

public removeWhere ( callable $predicate )
$predicate callable
    public function removeWhere(callable $predicate)
    {
        $this->executeQuery($this->newMethod(__FUNCTION__, [$predicate]));
    }