| Package | Description |
|---|---|
| org.javers.common.collections | |
| org.javers.core.diff.appenders |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> Collection<T> |
Collections.transform(Collection<F> input,
Function<F,T> transformation) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapChangesToListChangesFunction |
Copyright © 2014. All rights reserved.