TEvaluator
- The type of the created evaluator.@FunctionalInterface public static interface EvaluatorGroup.Callback0.Function<TEvaluator>
Modifier and Type | Method and Description |
---|---|
TEvaluator |
invoke(EvaluatorGroup group)
A delegate for a method that takes no creation parameters (other than the EvaluatorGroup) and returns an evaluator.
|
@Nonnull TEvaluator invoke(@Nonnull EvaluatorGroup group)
group
- The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.