Package org.joox

Interface FastFilter

All Superinterfaces:
Filter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FastFilter extends Filter
A filter indicating whether an element/index should be kept when reducing an Match node set

In addition to the filtering functionality, this marker interface can be used to indicate that Context.elementSize() may not be needed for filtering. This is particularly interesting for filters, such as JOOX.tag(String), JOOX.all(), etc

  • Method Summary

    Methods inherited from interface org.joox.Filter

    filter