AndCondition

public struct AndCondition : Condition

A condition that returns the result of either operands.

  • Declaration

    Swift

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