T - The type of value produced by the figure of merit.@FunctionalInterface public static interface FigureOfMerit.Function<T extends Comparable<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(CoverageQueryResult coverageIntervals)
A delegate which represents an arbitrary static figure of merit.
|
T invoke(CoverageQueryResult coverageIntervals)
coverageIntervals - The data on the coverage intervals to analyze.