class Dry::Logic::Predicate

def bind(object)

Other tags:
    Api: - public
def bind(object)
  self.class.new(id, *args, &fn.bind(object))
end