Skip to content

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

ParameterType
predicatePredicate<ElementType>

Returns

Predicate<Iterable<ElementType, any, any>>