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

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

The newest version!
package io.prometheus.client;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy