Package | Description |
---|---|
lumis.util.collections |
Modifier and Type | Method and Description |
---|---|
static <From,To> Collection<To> |
Collections.transform(Collection<From> original,
Transformer<From,To> transformer)
Returns a new collection using the given transformer to transform the items.
|
static <From,To> List<To> |
Lists.transform(List<From> list,
Transformer<From,To> transformer)
Returns a new
List using the given transformer to transform the original elements into the new ones. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.