public interface Gauge
| Modifier and Type | Interface and Description |
|---|---|
static class |
Gauge.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Gauge.Builder<T> |
builder(String name,
T obj,
ToDoubleFunction<T> f) |
double |
value() |
static <T> Gauge.Builder<T> builder(String name, T obj, ToDoubleFunction<T> f)
double value()
Copyright © 2019. All rights reserved.