test abstract method

bool test(
  1. int charCode
)

Tests if the charCode satisfies the predicate.

Implementation

bool test(int charCode);