com.devexperts.qd.ng
Interface RecordFilter


public interface RecordFilter

Record filter interface to accept or reject records given their RecordCursor.


Method Summary
 boolean accept(RecordCursor cur)
          Returns true if record pointed to by this cursor is accepted.
 

Method Detail

accept

boolean accept(RecordCursor cur)
Returns true if record pointed to by this cursor is accepted.