Exemple #1
0
 @Override
 public final Condition and(Record record) {
   RowN r = new RowImpl(Utils.fields(record.intoArray(), record.fields()));
   return and(r);
 }