| Package | Description |
|---|---|
| pro.fessional.mirana.data |
| Modifier and Type | Method and Description |
|---|---|
static <E,K> @NotNull Diff.D<E> |
Diff.of(@Nullable Collection<? extends E> setNew,
@Nullable Collection<? extends E> setOld,
@NotNull Function<E,K> getPk,
@NotNull BiPredicate<E,E> same)
通过B判定A集合内数据的,增,删,改,未变化
|
Copyright © 2020. All rights reserved.