Uses of Interface
uk.megaslice.delta.Essence
-
-
Uses of Essence in uk.megaslice.delta
Methods in uk.megaslice.delta with parameters of type Essence Modifier and Type Method Description <U> Delta<T,K>Delta. combine(Delta<T,K> other, Essence<T,U> essence)Combines this delta with another delta, using anEssencefunction to distill items for comparison.static <T,U,K>
Delta<T,K>Delta. diff(Iterable<T> before, Iterable<T> after, NaturalKey<T,K> naturalKey, Essence<T,U> essence)Creates a delta from two datasets, using anEssencefunction to distill items for comparison.static <T,U,K>
Delta<T,K>Delta. diff(Map<K,T> before, Map<K,T> after, Essence<T,U> essence)Creates a delta from two datasets, using anEssencefunction to distill items for comparison.
-