Existing Domain Object Delegate Provider With Type
Deprecated
Use 'val element = named<Type>(name)' instead. See the Gradle 9.6 upgrading guide.
Holds the delegate provider and expected element type for the existing property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.
Functions
Link copied to clipboard
operator fun <T : Any, C : NamedDomainObjectCollection<T>, U : T> ExistingDomainObjectDelegateProviderWithType<C, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ERROR CLASS: Cannot infer argument for type parameter K
Provides access to the NamedDomainObjectProvider for the element of the given property name from the container via a delegated property.
operator fun <U : Task> ExistingDomainObjectDelegateProviderWithType<out TaskContainer, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ERROR CLASS: Cannot infer argument for type parameter K
Provides a TaskProvider delegate for the task of the given type named after the property.