Replacing Predicate.call going from Logic 0.5.0 to 1.0.6

I’m trying to update our Dry gems, which includes going from Logic 0.5.0 to 1.0.6. In our code, we use my_predicate.call(my_data) quite a bit (usually followed by checking success?), but call is no longer available. I found the change in which it was removed, but I’m having trouble figuring out how to replace it. Any tips? Thanks.

@tlhinman hm, no, call wasn’t removed, this PR replaces a general interface with a row of specialized ones, it’s faster this way. I think you can refer to the changelog too all relevant changes.