public final class BambooCollections extends Object
Modifier and Type | Method and Description |
---|---|
static <T,R> List<R> |
map(Collection<T> collection,
Function<T,R> mapper)
Maps a collection into another collection using mapper
|
public static <T,R> List<R> map(Collection<T> collection, Function<T,R> mapper)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.