_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=219) created by **butkovic** on 2009-08-13 at 11:52 AM_ --- I'd like to use method: Sets.transform(Set<F> fromSet, Function<? super F,? extends T> function) But there is no such method. I would expect it would behave the way similar to one in List.transform() thanks. Peter B.