Pinq\Repository::apply PHP Method

apply() public method

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