Closed
Description
Original issue 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.