self-assert / Requirements / noneSatisfy
Function: noneSatisfy()
noneSatisfy<
ElementType
>(predicate
):Predicate
<Iterable
<ElementType
,any
,any
>>
Returns a predicate that holds when no element of the list satisfies the given condition. Opposite of anySatisfy
Type Parameters
Type Parameter |
---|
ElementType |
Parameters
Parameter | Type |
---|---|
predicate | Predicate <ElementType > |
Returns
Predicate
<Iterable
<ElementType
, any
, any
>>