Creates a function that negates the result of the predicate func. The func predicate is invoked with the this binding and arguments of the created function.
The predicate to negate.
Rest
Returns the new function.
Creates a function that negates the result of the predicate func. The func predicate is invoked with the this binding and arguments of the created function.