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.Predicate
for compatibility with Java versions < 8.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t)
-
-
-
Method Detail
-
test
boolean test(T t)
-
-