public class NodeNotDecoratedPredicate extends java.lang.Object implements com.google.common.base.Predicate<IEPTreeNode>
Constructor and Description |
---|
NodeNotDecoratedPredicate(ExecIntervalTreeDecorator dec) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(IEPTreeNode node) |
void |
forceAcceptNext()
In some cases, you want to ignore this predicate on the next use.
|
public NodeNotDecoratedPredicate(ExecIntervalTreeDecorator dec)
public boolean apply(IEPTreeNode node)
apply
in interface com.google.common.base.Predicate<IEPTreeNode>
public void forceAcceptNext()