T
public interface Supplier<T>
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
get()
T get()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.