Package com.atlassian.bamboo.utils
Class BambooCollections
- java.lang.Object
-
- com.atlassian.bamboo.utils.BambooCollections
-
public final class BambooCollections extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,R>
List<R>map(Collection<T> collection, Function<T,R> mapper)
Maps a collection into another collection using mapper
-
-
-
Method Detail
-
map
public static <T,R> List<R> map(Collection<T> collection, Function<T,R> mapper)
Maps a collection into another collection using mapper
-
-