T - The type of the result that is expected.public interface Supplier<T>
This interface is intended to be replaced by the interface of with the same name in Java 8 once Java 7 support is dropped.
T get()
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.