public static interface DependencyTree.MergeFunction
Modifier and Type | Method and Description |
---|---|
boolean |
mergeInto(DependencyTree source,
DependencyTree target)
Merges the content of object
source
into object target and returns true
if and only if the operation succeeded; |
boolean mergeInto(DependencyTree source, DependencyTree target)
source
into object target
and returns true
if and only if the operation succeeded;source
- target
-