Package org.apache.groovy.internal.util
Interface Supplier<T>
- 
@Incubating public interface Supplier<T>
Backport of Java8 Supplier. INTERNAL USE ONLY. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget() 
 - 
 
- 
- 
Method Detail
- 
get
T get()
 
 - 
 
 -