Class EqFilter<T>

  • All Implemented Interfaces:
    Filter<T>

    public class EqFilter<T>
    extends java.lang.Object
    implements Filter<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      EqFilter​(T expectedValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(T value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EqFilter

        public EqFilter​(T expectedValue)
    • Method Detail

      • apply

        public boolean apply​(T value)
        Specified by:
        apply in interface Filter<T>