Package deltix.util.security
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)
-
-
-
Method Detail
-
accept
boolean accept(T obj)
-
-