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 Summary

    Modifier and Type
    Method
    Description
    boolean
    include(T element)
     
  • Method Details

    • include

      boolean include(T element)