Class BambooCollections


  • public final class BambooCollections
    extends Object
    • 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