Class EvalItrmlFunction
java.lang.Object
com.github.basking2.sdsai.itrex.functions.EvalItrmlFunction
- All Implemented Interfaces:
FunctionInterface<Object>,BiFunction<Iterator<?>,EvaluationContext, Object>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Iterator<?> iterator, EvaluationContext evaluationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
evaluator
-
-
Constructor Details
-
EvalItrmlFunction
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<Iterator<?>,EvaluationContext, Object>
-