-
public final class DecorableNavigatorKt
-
-
Method Summary
Modifier and Type Method Description final static Map<Url, List<DecorationChange>>changesByHref(List<Decoration> $self, List<Decoration> target)Lists the atomic changes between the receiver list and the target list of Decoration objects. -
-
Method Detail
-
changesByHref
final static Map<Url, List<DecorationChange>> changesByHref(List<Decoration> $self, List<Decoration> target)
Lists the atomic changes between the receiver list and the target list of Decoration objects.
The changes need to be applied in the same order, one by one.
-
-
-
-