Class ArrayBindingBasedQueryEvaluationContext.ValueGetter

    • Constructor Summary

      Constructors 
      Constructor Description
      ValueGetter​(java.lang.String variableName, java.util.function.Function<ArrayBindingSet,​Value> directAccessForVariable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value apply​(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.Function

        andThen, compose
    • Field Detail

      • variableName

        private final java.lang.String variableName
      • directAccessForVariable

        private final java.util.function.Function<ArrayBindingSet,​Value> directAccessForVariable
    • Constructor Detail

      • ValueGetter

        public ValueGetter​(java.lang.String variableName,
                           java.util.function.Function<ArrayBindingSet,​Value> directAccessForVariable)