map<T> method

Iterable<T> map <T>(T f(String e))

Implementation

Iterable<T> map<T>(T f(String e)) => readClasses().map<T>(f);