matches method

  1. @override
bool matches(
  1. P value
)
override

Implementation

@override
bool matches(P value) {
  return matcher(value);
}