Create NSPredicate using generic KeyPath
This is a simplified version of my code but I’d like to be able to initialise an NSPredicate
from a generic KeyPath<Root, Value>
but despite persistent attempts I’ve fallen short. Can anyone help?
This is a simplified version of my code but I’d like to be able to initialise an NSPredicate
from a generic KeyPath<Root, Value>
but despite persistent attempts I’ve fallen short. Can anyone help?