120121122123124125126
/** * Group criterions together in a single conjunction (A and B and C...). */ public static AuditConjunction conjunction() { return new AuditConjunction(); }
115116117118119120121
113114115116117118119