self-assert / Requirements / not
Function: not()
not<
ValueType
>(condition
):Predicate
<ValueType
>
Negates a condition
Type Parameters
Type Parameter |
---|
ValueType |
Parameters
Parameter | Type |
---|---|
condition | Predicate <ValueType > |
Returns
Predicate
<ValueType
>