Class NopFunction

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

public class NopFunction extends Object implements FunctionInterface<Object>
This function does nothing and returns nothing. It is useful for commenting out blocks.