factory TermCriteria.fromRecord((int type, int count, double eps) record) => TermCriteria(record.$1, record.$2, record.$3);