public final class Probes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> Probe<T> |
cachedProbe(Probe<T> probe) |
static <T> Probe<T> |
forConstant(T value) |
static <T> Probe<T> |
forSupplier(com.google.common.base.Supplier<T> supplier) |
static <T> Probe<T> |
synchronizedProbe(Probe<T> probe) |