| Package | Description | 
|---|---|
| agi.foundation.coverage.figureofmerit | 
 Contains types for computing statistical data on coverage calculations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Comparable<T>> | 
FigureOfMerit.of(FigureOfMerit.Function<T> f)
Create a delegate for the given interface. 
 | 
static <T extends Comparable<T>> | 
FigureOfMerit.of(FigureOfMerit.Function<T> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <T extends Comparable<T>> | 
FigureOfMerit.of(FigureOfMerit.Function<T> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 |