JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
T
get
()
Method Details
get
T
get
()