forEach method

void forEach (void f(String element))

Implementation

void forEach(void f(String element)) {
  readClasses().forEach(f);
}