Interface ObjectFilterExpressionEvaluator

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ObjectFilterExpressionEvaluator
    Functional interface to inject filter evaluation code. May be used to evaluate filter expression at an appropriate place where it is most efficient.
    Author:
    semancik