predicate(forStatuses:)
Returns a predicate that matches any of the provided transaction statuses.
Declaration
static func predicate(forStatuses statuses: [TransactionStatus]) -> Predicate<Transaction>Parameters
- statuses:
Transaction statuses to match against.