call method

bool call(
  1. T element
)

Implementation

bool call(T element) {
  return filter(element);
}