public class WeighingService
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T,Loc> java.util.List<Weigher> |
getWeighers(Key<? extends Weigher<T,Loc>> key) |
static <T,Loc> WeighingComparable<T,Loc> |
weigh(Key<? extends Weigher<T,Loc>> key,
Computable<? extends T> element,
Loc location) |
static <T,Loc> WeighingComparable<T,Loc> |
weigh(Key<? extends Weigher<T,Loc>> key,
T element,
Loc location) |
public static <T,Loc> WeighingComparable<T,Loc> weigh(Key<? extends Weigher<T,Loc>> key, T element, Loc location)
public static <T,Loc> WeighingComparable<T,Loc> weigh(Key<? extends Weigher<T,Loc>> key, Computable<? extends T> element, Loc location)