Interface ElementFilterTreeImpl.ElementFilter

All Known Implementing Classes:
ElementFilterTreeImpl.ClassFilter
Enclosing class:
ElementFilterTreeImpl
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 static interface ElementFilterTreeImpl.ElementFilter
A filter to select elements by arbitrary conditions.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if matches.
  • Method Details

    • matches

      boolean matches(Element e)
      Checks if matches.