matchAll<T> function

Predicate<T> matchAll<T>()

Implementation

Predicate<T> matchAll<T>() {
  return (x) => true;
}