You can buy this project and download/modify it how often you want.
package java.util.function; @FunctionalInterface public interface Supplier { T get(); }