| Package | Description |
|---|---|
| org.wso2.siddhi.core.executor.function |
| Modifier and Type | Class and Description |
|---|---|
class |
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)
|
class |
CoalesceFunctionExecutor |
class |
ConvertFunctionExecutor |
class |
IfThenElseFunctionExecutor |
class |
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
|
class |
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
|
class |
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
|
class |
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
|
class |
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
|
class |
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
|
class |
MaximumFunctionExecutor |
class |
MinimumFunctionExecutor |
class |
ScriptFunctionExecutor |
class |
UUIDFunctionExecutor |
Copyright © 2018 WSO2. All Rights Reserved.