NotCondition

public struct NotCondition: Condition

A condition that returns the opposite of the original condition.

  • Declaration

    Swift

    public func check(_ text: String?) -> Bool