class Dry::Logic::Rule::Group

def call(*input)

def call(*input)
  Logic.Result(input, predicate.(*input), self)
end