Class NoOp<T extends DoubleValue>

  • All Implemented Interfaces:
    Filter<T>

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

      Constructors 
      Constructor Description
      NoOp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(Sample<T> item)  
      • Methods inherited from class java.lang.Object

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

      • NoOp

        public NoOp()