class Dry::Logic::Rule::Negation

def call(input)

def call(input)
  predicate.(input).negated
end