not
not<
A>(p):Predicate<A>
Defined in: Core/Predicate.ts:44
Negates a predicate: the result passes exactly when the original fails.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Predicate<A>
Returns
Section titled “Returns”Predicate<A>