[Java] Interface Supplier<T>
@Incubating public interface Supplier<T>
Backport of Java8 Supplier. INTERNAL USE ONLY.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public T |
get() |
Method Detail
public T get()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/internal/util/Supplier.html