nspl\args\_p\LessThan::__invoke PHP Method

__invoke() public method

public __invoke ( mixed $value ) : boolean
$value mixed
return boolean
    public function __invoke($value)
    {
        $f = $this->function;
        return $f($value) < $this->threshold;
    }