public static class MultiGauge.Row<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static MultiGauge.Row<Number> |
of(Tags uniqueTags,
Number number) |
static MultiGauge.Row<Supplier<Number>> |
of(Tags uniqueTags,
Supplier<Number> valueFunction) |
static <T> MultiGauge.Row<T> |
of(Tags uniqueTags,
T obj,
ToDoubleFunction<T> valueFunction) |
public static <T> MultiGauge.Row<T> of(Tags uniqueTags, T obj, ToDoubleFunction<T> valueFunction)
public static MultiGauge.Row<Number> of(Tags uniqueTags, Number number)
Copyright © 2020 LeanCloud. All rights reserved.