whereMatchedAll method

Stream<TermSearchResult<T>> whereMatchedAll()

Implementation

Stream<TermSearchResult<T>> whereMatchedAll() {
  return where((result) => result.matchAll);
}