Package io.prometheus.client
Interface Predicate<T>
-
- All Known Implementing Classes:
SampleNameFilter,SampleNameFilter.AllowAll
public interface Predicate<T>Replacement for Java 8'sjava.util.function.Predicatefor compatibility with Java versions < 8.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T t)
-
-
-
Method Detail
-
test
boolean test(T t)
-
-