Interface DataFilter<T>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, deltix.util.lang.Disposable

    public interface DataFilter<T>
    extends deltix.util.lang.Disposable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(T obj)  
      • Methods inherited from interface deltix.util.lang.Disposable

        close
    • Method Detail

      • accept

        boolean accept​(T obj)