Class STPairWisePredicate

java.lang.Object
io.nosqlbench.nb.spectest.traversal.STPairWisePredicate
All Implemented Interfaces:
Predicate<List<com.vladsch.flexmark.util.ast.Node>>

public class STPairWisePredicate extends Object implements Predicate<List<com.vladsch.flexmark.util.ast.Node>>
  • Constructor Details

    • STPairWisePredicate

      public STPairWisePredicate(Object... specs)
  • Method Details

    • test

      public boolean test(List<com.vladsch.flexmark.util.ast.Node> nodes)
      Specified by:
      test in interface Predicate<List<com.vladsch.flexmark.util.ast.Node>>
    • toString

      public String toString()
      Overrides:
      toString in class Object