Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExistingDomainObjectDelegateProvider (0.35 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/NamedDomainObjectCollectionExtensions.kt

     *
     * @param T the domain object type
     * @param C the concrete container type
     */
    inline val <T : Any, C : NamedDomainObjectCollection<T>> C.existing: ExistingDomainObjectDelegateProvider<out C>
        get() = ExistingDomainObjectDelegateProvider.of(this)
    
    
    /**
     * Idiomatic way of referring to the provider of a well-known element of a collection via a delegate property.
     *
     * `tasks { val jar by existing { ... } }`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top