Collection Utils
Deprecated
This class is only here to maintain binary compatibility with existing plugins.
Plugins should prefer external collection frameworks over this class. Internally, all code should use org.gradle.util.internal.CollectionUtils.
Deprecated
Will be removed in Gradle 9.0.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T> diffSetsBy(left: Set<out T>, right: Set<out T>, compareBy: Transformer<out Any, T>): CollectionUtils.SetDiff<T>
Provides a “diff report” of how the two sets are similar and how they are different, comparing the entries by some aspect.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard