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 booleanaccept(T obj)
-
-
-
Method Detail
-
accept
boolean accept(T obj)
-
-