Interface Filter<T>


  • public interface Filter<T>
    Interface that defines API for basic filtering objects, used to prune set of things to include in result sets like flattened member lists.
    • Method Detail

      • include

        boolean include​(T element)