TParameter1 - The type of the first parameter.TResult - The type of the result.public interface IParameterizedEvaluator1<TParameter1,TResult> extends IEvaluator
JulianDate and one additional parameter
and produces a return value of a given type.| Modifier and Type | Method and Description |
|---|---|
TResult |
evaluate(JulianDate date,
TParameter1 parameter1)
Evaluates this parameterized evaluator.
|
getCachingWrapper, getGroup, updateEvaluatorReferencesgetAvailabilityIntervals, isAvailablegetIsThreadSafecloneclose, disposeTResult evaluate(@Nonnull JulianDate date, TParameter1 parameter1)
date - The date at which to evaluate.parameter1 - The value of the first parameter.