Functionpublic class TrueFunction extends java.lang.Object implements Function
4.3 boolean true()
Returns true.
| Constructor | Description |
|---|---|
TrueFunction() |
Create a new
TrueFunction object. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
call(Context context,
java.util.List args) |
Returns
Boolean.TRUE |
static java.lang.Boolean |
evaluate() |
Returns true.
|
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.TRUECopyright © 2001–2018 Codehaus. All rights reserved.