public class TrueFunction extends java.lang.Object implements Function
4.3 boolean true()
Returns true.
| Constructor and Description |
|---|
TrueFunction()
Create a new
TrueFunction object. |
public java.lang.Object call(Context context, java.util.List args) throws FunctionCallException
Boolean.TRUEcall in interface Functioncontext - ignoredargs - an empty listBoolean.TRUEFunctionCallException - if args is not emptypublic static java.lang.Boolean evaluate()
Boolean.TRUE