Class ReferenceConstraint

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(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

      • ReferenceConstraint

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

      • test

        public boolean test​(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