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