delegate Closure Of
Adapts a Kotlin function to a Groovy Closure that operates on the configured Closure delegate.
Parameters
T
the expected type of the delegate argument to the closure.
action
the function to be adapted.
Adapts a Kotlin function to a Groovy Closure that operates on the configured Closure delegate.
the expected type of the delegate argument to the closure.
the function to be adapted.