Пример #1
0
 private static Condition copy(Condition condition) {
   return condition == null ? null : condition.copy();
 }