Interface IFilter<T>


  • public interface IFilter<T>
    Simple filter interface that returns a true/false value for a specified target object to determine inclusion.
    Author:
    bdferris
    • Method Detail

      • isEnabled

        boolean isEnabled​(T object)