Interface LazyEvaluator.IEvaluatorLoader

  • 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 Detail

      • load

        IEvaluator load()
        Load the evaluator.
        Returns:
        the evaluator, or null