test method

bool test(
  1. I input
)

Implementation

bool test(I input) => _predicate(input);