T - the type of results supplied by this supplierpublic interface Supplier<T>
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
| Modifier and Type | Method and Description | 
|---|---|
| T | get() | 
T get()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.