T - the type of results supplied by this supplier.@FunctionalInterface public interface Supplier<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | get()Gets a result. | 
T get()
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.