org
.
camunda
.
feel
.
interpreter
BuiltinFunctions
Related Doc:
package interpreter
object
BuiltinFunctions
extends
FunctionProvider
Linear Supertypes
FunctionProvider
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
BuiltinFunctions
FunctionProvider
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
andFunction
:
ValFunction
def
appendFunction
:
ValFunction
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
booleanFunctions
:
List
[(
String
,
ValFunction
)]
val
builtinFunctions
:
List
[(
String
,
ValFunction
)]
def
ceilingFunction
:
ValFunction
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
concatenateFunction
:
ValFunction
def
containsFunction
:
ValFunction
def
conversionFunctions
:
List
[(
String
,
ValFunction
)]
def
countFunction
:
ValFunction
def
dateFunction
:
ValFunction
def
dateFunction3
:
ValFunction
def
dateTime
:
ValFunction
def
dateTime2
:
ValFunction
def
decimalFunction
:
ValFunction
def
distinctValuesFunction
:
ValFunction
def
durationFunction
:
ValFunction
def
durationFunction2
:
ValFunction
def
endsWithFunction
:
ValFunction
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flattenFunction
:
ValFunction
def
floorFunction
:
ValFunction
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getFunction
(
name:
String
,
argCount:
Int
)
:
Option
[
ValFunction
]
Definition Classes
BuiltinFunctions
→
FunctionProvider
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
indexOfFunction
:
ValFunction
def
insertBeforeFunction
:
ValFunction
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
listContainsFunction
:
ValFunction
def
listFunctions
:
List
[(
String
,
ValFunction
)]
def
lowerCaseFunction
:
ValFunction
def
matchesFunction
:
ValFunction
def
maxFunction
:
ValFunction
def
meanFunction
:
ValFunction
def
minFunction
:
ValFunction
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
notFunction
:
ValFunction
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
numberFunction
:
ValFunction
def
numberFunction2
:
ValFunction
def
numberFunction3
:
ValFunction
def
numericFunctions
:
List
[(
String
,
ValFunction
)]
def
orFunction
:
ValFunction
def
removeFunction
:
ValFunction
def
replaceFunction
:
ValFunction
def
reverseFunction
:
ValFunction
def
sortFunction
:
ValFunction
def
startsWithFunction
:
ValFunction
def
stringFunction
:
ValFunction
def
stringFunctions
:
List
[(
String
,
ValFunction
)]
def
stringLengthFunction
:
ValFunction
def
sublistFunction
:
ValFunction
def
sublistFunction3
:
ValFunction
def
substringAfterFunction
:
ValFunction
def
substringBeforeFunction
:
ValFunction
def
substringFunction
:
ValFunction
def
substringFunction3
:
ValFunction
def
sumFunction
:
ValFunction
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
timeFunction
:
ValFunction
def
timeFunction3
:
ValFunction
def
timeFunction4
:
ValFunction
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unionFunction
:
ValFunction
def
upperCaseFunction
:
ValFunction
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
FunctionProvider
Inherited from
AnyRef
Inherited from
Any
Ungrouped