api / org.gradle.api.attributes / AttributeDisambiguationRule

AttributeDisambiguationRule

@Incubating interface AttributeDisambiguationRule<T : Any> : Action<MultipleCandidatesDetails<T>>

A rule that selects the best value out of a set of two or more candidates.

Parameters

- The attribute value type.

Since
4.0

Inherited Functions

execute

abstract fun execute(t: T): Unit

Performs this action against the given object.