All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.shade.io.prometheus.client.Supplier Maven / Gradle / Ivy

There is a newer version: 1.9.4.Final
Show newest version
package com.aliyun.openservices.shade.io.prometheus.client;

/**
 * Replacement for Java 8's {@code java.util.function.Supplier} for compatibility with Java versions < 8.
 */
public interface Supplier {
    T get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy