Class EagerNodesFilter

  • All Implemented Interfaces:
    java.util.function.Predicate<TreeNode>

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

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • EagerNodesFilter

        public EagerNodesFilter()
      • EagerNodesFilter

        public EagerNodesFilter​(TreeNode evaluationRootNode)
    • Method Detail

      • test

        public boolean test​(TreeNode node)
        Specified by:
        test in interface java.util.function.Predicate<TreeNode>