union method

Implementation

DataSampleFilter union(List<DataSampleFilter> filters) {
  this._union = filters;
  return this;
}