Interface FilterProvider

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 FilterProvider
Filter provider is used to define a provider of some sort of "filter condition". A typically example is a class that provides a programmatically generated SQL condition.
Author:
Syam