T
- The type of result this supplier returns.public interface Supplier<T>
A function which does not take any argument and returns instances of a particular class.
Note: In future version this interface may derive from
Function<Void, R>
.
T get()
Copyright © 2005-2013 Javolution. All Rights Reserved.