T - the type of the resultpublic interface Supplier<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Supplier.Util |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
T get()
Copyright © 2018. All rights reserved.