org
.
camunda
feel
package
feel
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
feel
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
type
Date
=
LocalDate
type
DateTime
=
LocalDateTime
type
DayTimeDuration
=
Duration
case class
EvalFailure
(
error:
String
)
extends
EvalResult
with
Product
with
Serializable
sealed
trait
EvalResult
extends
AnyRef
case class
EvalValue
(
value:
Any
)
extends
EvalResult
with
Product
with
Serializable
class
FeelEngine
extends
AnyRef
type
Number
=
BigDecimal
case class
ParseFailure
(
error:
String
)
extends
EvalResult
with
Product
with
Serializable
case class
ParsedExpression
(
expression:
Exp
,
text:
String
)
extends
Product
with
Serializable
type
Time
=
LocalTime
type
YearMonthDuration
=
Period
Value Members
val
dateFormatter
:
DateTimeFormatter
val
dateTimeFormatter
:
DateTimeFormatter
package
interpreter
def
isYearMonthDuration
(
duration:
String
)
:
Boolean
package
parser
package
script
package
spi
implicit
def
stringToDate
(
date:
String
)
:
Date
implicit
def
stringToDateTime
(
dateTime:
String
)
:
DateTime
implicit
def
stringToDayTimeDuration
(
duration:
String
)
:
DayTimeDuration
implicit
def
stringToNumber
(
number:
String
)
:
Number
implicit
def
stringToTime
(
time:
String
)
:
Time
implicit
def
stringToYearMonthDuration
(
duration:
String
)
:
YearMonthDuration
val
timeFormatter
:
DateTimeFormatter
val
timeFormatterWithOptionalPrefix
:
DateTimeFormatter
Inherited from
AnyRef
Inherited from
Any
Ungrouped