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