AttributeDisambiguationRule

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

Since

4.0

Functions

Link copied to clipboard
abstract fun execute(p: T)
Link copied to clipboard
operator fun <T> Action<in T>.invoke(target: T)

Enables function invocation syntax on Action references.