Package org.gradle.api.provider
Interface ProviderConvertible<T>
-
- Type Parameters:
T
- Type of value represented by provider
@NonExtensible public interface ProviderConvertible<T>
An object that can be converted to aProvider
.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Provider<T>
asProvider()
Returns aProvider
from this object.
-