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