Interface ExprFilter<E>


public interface ExprFilter<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(E parent, int childIdx, E child)
     
  • Method Details

    • test

      boolean test(E parent, int childIdx, E child)