T
public interface ObjectSupplier<T> extends java.util.function.Supplier<T>
get()
T get()
get
java.util.function.Supplier<T>