Creates an In criterion: this IN (values).
this IN (values)
In isIn(List<Object> values) => In(this, values);