Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias AsyncPredicate = AsyncMatcher
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "Matcher")
    public typealias Predicate = Matcher
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "MatcherResult")
    public typealias PredicateResult = MatcherResult
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "MatcherStatus")
    public typealias PredicateStatus = MatcherStatus
  • Undocumented

    Declaration

    Swift

    public typealias MatcherBlock = (_ actualExpression: Expression<NSObject>) throws -> NMBMatcherResult
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "MatcherBlock")
    public typealias PredicateBlock = MatcherBlock
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "NMBMatcher")
    public typealias NMBPredicate = NMBMatcher
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "NMBMatcherResult")
    public typealias NMBPredicateResult = NMBMatcherResult
  • Provides an easy upgrade path for custom Matchers to be renamed to Matchers

    Declaration

    Swift

    @available(*, deprecated, renamed: "NMBMatcherStatus")
    public typealias NMBPredicateStatus = NMBMatcherStatus
  • Undocumented

    Declaration

    Swift

    public typealias FileString = String