Functions

Link copied to clipboard
abstract fun execute(t: T)
Performs this action against the given object.
Link copied to clipboard
operator fun <T> Action<in T>.invoke(target: T)

Enables function invocation syntax on Action references.