Package org.gradle.tooling
Interface Supplier<T>
- Type Parameters:
 T- the type of the value
A value supplier. The Tooling API needs to be comatible with Java 7, therefore we cannot use the 
Supplier interface.- Since:
 - 8.12
 
- 
Method Summary
 
- 
Method Details
- 
get
T get()Returns the value.- Returns:
 - the value
 - Since:
 - 8.12
 
 
 -