Class LastFunction

java.lang.Object
com.github.basking2.sdsai.itrex.functions.LastFunction
All Implemented Interfaces:
FunctionInterface<Object>, BiFunction<Iterator<?>,EvaluationContext,Object>

public class LastFunction extends Object implements FunctionInterface<Object>
Evaluate all arguments, but only return the value of the last element.