| Class | Description |
|---|---|
| CastFunctionExecutor |
cast(Object value, String type)
Returns the value cast to the type specified
Accept Type(s): Object , String
Return Type(s): (Int,Long,Float,Double,String,Bool)
|
| CoalesceFunctionExecutor | |
| ConvertFunctionExecutor | |
| FunctionExecutor | |
| IfThenElseFunctionExecutor | |
| InstanceOfBooleanFunctionExecutor |
instanceOfBoolean(input)
This method returns true if and only if the input is a instance of Boolean
input - the value to check for Boolean instance eg: true
Accept Type(s) for instanceOfBoolean(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| InstanceOfDoubleFunctionExecutor |
instanceOfDouble(input)
This method returns true if and only if the input is a instance of Double
input - the value to check for Double instance eg: 233.424
Accept Type(s) for instanceOfDouble(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| InstanceOfFloatFunctionExecutor |
instanceOfFloat(input)
This method returns true if and only if the input is a instance of Float
input - the value to check for Float instance eg: 2.3
Accept Type(s) for instanceOfFloat(input);
input: BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| InstanceOfIntegerFunctionExecutor |
instanceOfInteger(input)
This method returns true if and only if the input is a instance of Integer
input - the value to check for Integer instance eg: 123
Accept Type(s) for instanceOfInteger(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| InstanceOfLongFunctionExecutor |
instanceOfLong(input)
This method returns true if and only if the input is a instance of Long
input - the sequence to check for Long instance eg: 123456789
Accept Type(s) for instanceOfLong(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| InstanceOfStringFunctionExecutor |
instanceOfString(input)
This method returns true if and only if the input is a instance of String
input - the value to check for String instance eg: WSO2
Accept Type(s) for instanceOfString(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
| MaximumFunctionExecutor | |
| MinimumFunctionExecutor | |
| ScriptFunctionExecutor | |
| UUIDFunctionExecutor |
Copyright © 2018 WSO2. All Rights Reserved.