Class IdentityFilter<T>

  • All Implemented Interfaces:
    IFilter<T>

    @Scriptable
    public final class IdentityFilter<T>
    extends Object
    implements IFilter<T>
    This filter accepts anything.
    • Constructor Detail

      • IdentityFilter

        public IdentityFilter()
    • Method Detail

      • accept

        public boolean accept​(T p_obj)
        Specified by:
        accept in interface IFilter<T>
        Parameters:
        p_obj - The object to be filtered.
        Returns:
        Always true.