@GwtCompatible
public interface Supplier<T>
A class that can supply objects of a single type.  Semantically, this could
 be a factory, generator, builder, closure, or something else entirely. No
 guarantees are implied by this interface.
- Since:
- 2.0
- Author:
- Harry Heymann