gradle
8.3-rc-4
Kotlin DSL
gradle
/
org.gradle.kotlin.dsl
/
PolymorphicDomainObjectContainerCreatingDelegateProvider
/
Companion
Companion
Kotlin DSL
object
Companion
Members
Functions
of
Link copied to clipboard
Kotlin DSL
fun
<
T
:
Any
,
U
:
T
>
of
(
container
:
PolymorphicDomainObjectContainer
<
T
>
,
type
:
Class
<
U
>
,
configuration
:
U
.
(
)
->
Unit
?
=
null
)
:
PolymorphicDomainObjectContainerCreatingDelegateProvider
<
T
,
U
>