Interface LazyEvaluator.IEvaluatorLoader
-
- All Known Implementing Classes:
CFEvaluator.Loader
- Enclosing class:
- LazyEvaluator
public static interface LazyEvaluator.IEvaluatorLoader
This type allows us to lazy load an evaluator when it is first used. This is helpful, as it can be expensive to load the evaluator, and we only want to do that if and when we need it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEvaluator
load()
Load the evaluator.
-
-
-
Method Detail
-
load
IEvaluator load()
Load the evaluator.- Returns:
- the evaluator, or
null
-
-