public final class ChangelogUtils
extends java.lang.Object
| Constructor and Description | 
|---|
ChangelogUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends java.lang.Comparable<T>> | 
toChangeset(long from,
           java.util.List<ChangeLogEntry> entries,
           java.util.function.Function<ChangeLogEntry,T> toId)  | 
static <T extends java.lang.Comparable<T>> | 
toChangesetByExtId(long from,
                  ContainerChangelog cc,
                  java.util.function.Function<ChangeLogEntry,T> toId)  | 
public static <T extends java.lang.Comparable<T>> ContainerChangeset<T> toChangesetByExtId(long from, ContainerChangelog cc, java.util.function.Function<ChangeLogEntry,T> toId)
public static <T extends java.lang.Comparable<T>> ContainerChangeset<T> toChangeset(long from, java.util.List<ChangeLogEntry> entries, java.util.function.Function<ChangeLogEntry,T> toId)
Copyright © 2021. All Rights Reserved.