Class ArrayBindingBasedQueryEvaluationContext.HasBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      HasBinding​(java.lang.String variableName, java.util.function.Function<ArrayBindingSet,​java.lang.Boolean> directHasVariable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(BindingSet bs)  
      • 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
    • Field Detail

      • variableName

        private final java.lang.String variableName
      • directHasVariable

        private final java.util.function.Function<ArrayBindingSet,​java.lang.Boolean> directHasVariable
    • Constructor Detail

      • HasBinding

        public HasBinding​(java.lang.String variableName,
                          java.util.function.Function<ArrayBindingSet,​java.lang.Boolean> directHasVariable)
    • Method Detail

      • test

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