org.joox
Interface Filter

All Known Subinterfaces:
FastFilter

public interface Filter

A filter indicating whether an element/index should be kept when reducing an Match node set

Author:
Lukas Eder

Method Summary
 boolean filter(Context context)
          The callback method invoked for every matched element.
 

Method Detail

filter

boolean filter(Context context)
The callback method invoked for every matched element.

Parameters:
context - The context for the current callback call.
Returns:
Whether this filter includes the element


Copyright © 2012. All Rights Reserved.