static <A, B> List<B>
map(Function<A,B> f, List<A> as)
static <A, B> Set<B>
map(Function<A,B> f, Set<A> as)
Set