Package com.xebialabs.xlrelease.utils
Class Diff$
java.lang.Object
com.xebialabs.xlrelease.utils.Diff$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,
A> Diff<K, A> apply
(scala.collection.immutable.Map<K, A> before, scala.collection.immutable.Map<K, A> after) <K,
A> Diff<K, A> apply
(scala.collection.immutable.Map<K, A> before, scala.collection.immutable.Map<K, A> after, scala.Function2<A, A, Object> areEqual) <A> Diff<A,
A> apply
(scala.collection.Iterable<A> before, scala.collection.Iterable<A> after) <K,
A> scala.Function2<A, A, Object> <K,
A> Diff<K, A> applyWithKeyMapping
(List<A> before, List<A> after, scala.Function1<A, K> keyMapping) <K,
A> Diff<K, A> applyWithKeyMapping
(scala.collection.Iterable<A> before, scala.collection.Iterable<A> after, scala.Function1<A, K> keyMapping) <K,
A> Diff<K, A> applyWithKeyMappingAndComparator
(scala.collection.Iterable<A> before, scala.collection.Iterable<A> after, scala.Function1<A, K> keyMapping, scala.Function2<A, A, Object> areEqual) <K,
A> scala.Option<scala.Tuple3<scala.collection.immutable.Map<K, A>, scala.collection.immutable.Map<K, A>, scala.Function2<A, A, Object>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Diff$
public Diff$()
-
-
Method Details
-
apply
public <K,A> Diff<K,A> apply(scala.collection.immutable.Map<K, A> before, scala.collection.immutable.Map<K, A> after) -
apply
-
apply$default$3
-
applyWithKeyMapping
public <K,A> Diff<K,A> applyWithKeyMapping(scala.collection.Iterable<A> before, scala.collection.Iterable<A> after, scala.Function1<A, K> keyMapping) -
applyWithKeyMapping
-
applyWithKeyMappingAndComparator
-
apply
-
unapply
-