toggle menu
gradle
8.10.2
DSL
switch theme
search in API
gradle
/
org.gradle.kotlin.dsl
/
ExistingDomainObjectDelegateProviderWithTypeAndAction
/
Companion
Companion
DSL
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
DSL
fun
<
T
,
U
:
Any
>
of
(
delegateProvider
:
T
,
type
:
KClass
<
U
>
,
action
:
U
.
(
)
->
Unit
)
:
ExistingDomainObjectDelegateProviderWithTypeAndAction
<
T
,
U
>