| Package | Description |
|---|---|
| org.javers.common.collections |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> List<T> |
Lists.transform(List<F> input,
Function<F,T> transformation) |
static <F,T> Set<T> |
Sets.transform(Set<F> input,
Function<F,T> transformation) |
Copyright © 2014. All rights reserved.