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