Class BambooCollections

java.lang.Object
com.atlassian.bamboo.utils.BambooCollections

public final class BambooCollections extends Object
  • Method Details

    • map

      public static <T, R> List<R> map(Collection<T> collection, Function<T,R> mapper)
      Maps a collection into another collection using mapper