Type Method

not(_:)

Creates a Predicate<Input> able to match any value of type Input not matched by an other predicate.

Declaration

static func not(_ predicate: Predicate<Input>) -> Predicate<Input>

Return Value

A new Predicate<Input>.

Parameters

predicate

The predicate to not match.