QueryOperator.in$ constructor

QueryOperator.in$(
  1. List values
)

Implementation

QueryOperator.in$(List values) {
  this.in$(values);
}