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

io.prometheus.client.Supplier Maven / Gradle / Ivy

The newest version!
package 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