Class EqFilter<T>

  • All Implemented Interfaces:
    Filter<T>

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

      • EqFilter

        public EqFilter​(T expectedValue)
    • Method Detail

      • apply

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