Class AbstractMaxByFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMaxByFunction​(java.lang.String fname)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)  
      protected abstract boolean isLarger​(com.fasterxml.jackson.databind.JsonNode criteria, com.fasterxml.jackson.databind.JsonNode value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fname

        private java.lang.String fname
    • Constructor Detail

      • AbstractMaxByFunction

        public AbstractMaxByFunction​(java.lang.String fname)