Package io.prometheus.client
Interface Supplier<T>
-
- All Known Implementing Classes:
SampleNameFilterSupplier
public interface Supplier<T>Replacement for Java 8'sjava.util.function.Supplierfor compatibility with Java versions < 8.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get()
-
-