Package com.atlassian.bamboo.utils
Class BambooCollections
java.lang.Object
com.atlassian.bamboo.utils.BambooCollections
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
R> List<R> map
(Collection<T> collection, Function<T, R> mapper) Maps a collection into another collection using mapper
-
Method Details
-
map
Maps a collection into another collection using mapper
-