Class PathConstraint

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

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

      Constructors 
      Constructor Description
      PathConstraint​(java.lang.String definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(@Nullable Value value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • PathConstraint

        public PathConstraint​(java.lang.String definition)
    • Method Detail

      • test

        public boolean test​(@Nullable
                            @Nullable Value value)
        Specified by:
        test in interface java.util.function.Predicate<Value>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object