FEEL supports the following datatypes:
number
string
boolean
days and time duration
years and months duration
time
date and time
Duration and date/time datatypes have no literal syntax.
FEEL supports the following datatypes:
number
string
boolean
days and time duration
years and months duration
time
date and time
Duration and date/time datatypes have no literal syntax. They must be constructed from a string representation using a
built-in function (10.3.4.1).
case classValBoolean(value: Boolean) extends Val with Product with Serializable
case classValContext(entries: List[(String, Val)]) extends Val with Product with Serializable
case classValDate(value: Date) extends Val with Product with Serializable
case classValError(error: String) extends Val with Product with Serializable
case classValFunction(params: List[String], invoke: (List[Val]) ⇒ Val, requireInputVariable: Boolean = false) extends Val with Product with Serializable
case classValList(items: List[Val]) extends Val with Product with Serializable
case classValNumber(value: Number) extends Val with Product with Serializable
case classValString(value: String) extends Val with Product with Serializable
case classValTime(value: Time) extends Val with Product with Serializable
FEEL supports the following datatypes: number string boolean days and time duration years and months duration time date and time Duration and date/time datatypes have no literal syntax. They must be constructed from a string representation using a built-in function (10.3.4.1).