Class AndFilter<T>

  • All Implemented Interfaces:
    Filter<T>

    public class AndFilter<T>
    extends Object
    implements Filter<T>
    • Constructor Detail

      • AndFilter

        public AndFilter​(Filter<T> filter1,
                         Filter<T> filter2)
    • Method Detail

      • evaluate

        public boolean evaluate​(T object)
        Specified by:
        evaluate in interface Filter<T>