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

public class HasArgFunction extends Object implements FunctionInterface<Boolean>
Return True or False if the given EvaluationContext has more arguments or not.