any method

bool any (bool f(String element))

Implementation

bool any(bool f(String element)) => readClasses().any(f);