addMatchers method

DataCollectionState<T> addMatchers(
  1. Iterable<MatchAction<T>> matchers
)

Implementation

DataCollectionState<T> addMatchers(Iterable<MatchAction<T>> matchers) {
  return _emitState(_addMatchers(matchers));
}