Class EagerNodesFilter

java.lang.Object
org.teamapps.ux.component.tree.EagerNodesFilter
All Implemented Interfaces:
java.util.function.Predicate<TreeNode>

public class EagerNodesFilter
extends java.lang.Object
implements java.util.function.Predicate<TreeNode>
  • Constructor Summary

    Constructors 
    Constructor Description
    EagerNodesFilter()  
    EagerNodesFilter​(TreeNode evaluationRootNode)  
  • Method Summary

    Modifier and Type Method Description
    boolean test​(TreeNode node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or