modifiersFor

abstract fun <T> modifiersFor(target: Valuable, value: Value<T>): List<Modifier<T>>

Returns a list of modifiers that change the value of value for target.

Return

A list of modifiers that change the value of value for target.

Parameters

target

The target of the modifiers.

value

The value to be modified.