Interface AttributeDisambiguationRule

Type Parameters:
T - The attribute value type.
All Superinterfaces:
Action<MultipleCandidatesDetails>

public interface AttributeDisambiguationRule extends Action<MultipleCandidatesDetails>
A rule that selects the best value out of a set of candidates.
Since:
4.0
  • Method Summary

    Methods inherited from interface org.gradle.api.Action

    execute