Class EvaluatorFunction

  • All Implemented Interfaces:
    java.util.function.Function<java.util.Map<java.lang.String,​?>,​java.lang.Object>

    public class EvaluatorFunction
    extends java.lang.Object
    implements java.util.function.Function<java.util.Map<java.lang.String,​?>,​java.lang.Object>
    See Also:
    TableCollector, ResultTableCollector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.util.Map<java.lang.String,​?> arguments)  
      Evaluator getEvaluator()  
      • 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
    • Constructor Detail

      • EvaluatorFunction

        public EvaluatorFunction​(Evaluator evaluator)
    • Method Detail

      • apply

        public java.lang.Object apply​(java.util.Map<java.lang.String,​?> arguments)
        Specified by:
        apply in interface java.util.function.Function<java.util.Map<java.lang.String,​?>,​java.lang.Object>
      • getEvaluator

        public Evaluator getEvaluator()