[][src]Function json_rules_engine::and

pub fn and(and: Vec<Condition>) -> Condition

Creates a Rule where all child Rules must be Met

  • If any are NotMet, the result will be NotMet
  • If the results contain only Met and Unknown, the result will be Unknown
  • Only results in Met if all children are Met