Class HasArgFunction
java.lang.Object
com.github.basking2.sdsai.itrex.functions.function.HasArgFunction
- All Implemented Interfaces:
FunctionInterface<Boolean>
,BiFunction<Iterator<?>,
EvaluationContext, Boolean>
Return True or False if the given
EvaluationContext
has more arguments or not.-
Constructor Summary
-
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, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
HasArgFunction
public HasArgFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<Iterator<?>,
EvaluationContext, Boolean>
-