class Dry::Logic::Rule::Negation

def call(input)

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

def type

def type
  :not
end