api / org.gradle.api / Action / execute

execute

abstract fun execute(t: T): Unit

Performs this action against the given object.

Parameters

t - The object to perform the action on.