not(_:)

public func not<V>(_ predicate: @escaping (V) -> Bool) -> (V) -> Bool

Evaluates the given predicate and returns a negated result

Parameters

predicate

Returns a boolean values

Return Value

The negated result of the predicate evaluation