Packages

package feel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. feel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Date = LocalDate
  2. type DateTime = ZonedDateTime
  3. type DayTimeDuration = Duration
  4. case class EvalFailure(error: String) extends EvalResult with Product with Serializable
  5. sealed trait EvalResult extends AnyRef

  6. case class EvalValue(value: Any) extends EvalResult with Product with Serializable
  7. class FeelEngine extends AnyRef

  8. type LocalDateTime = java.time.LocalDateTime
  9. type LocalTime = java.time.LocalTime
  10. type Number = BigDecimal
  11. case class ParseFailure(error: String) extends EvalResult with Product with Serializable
  12. case class ParsedExpression(expression: Exp, text: String) extends Product with Serializable
  13. type Time = ZonedTime
  14. type YearMonthDuration = Period

Value Members

  1. val dateFormatter: DateTimeFormatter
  2. val dateTimeFormatter: DateTimeFormatter
  3. def isDayTimeDuration(duration: String): Boolean
  4. def isLocalDateTime(dateTime: String): Boolean
  5. def isOffsetDateTime(dateTime: String): Boolean
  6. def isOffsetTime(time: String): Boolean
  7. def isValidDate(date: String): Boolean
  8. def isYearMonthDuration(duration: String): Boolean
  9. val localDateTimeFormatter: DateTimeFormatter
  10. val localTimeFormatter: DateTimeFormatter
  11. val logger: Logger
  12. val offsetFormatter: DateTimeFormatter
  13. implicit def stringToDate(date: String): Date
  14. implicit def stringToDateTime(dateTime: String): DateTime
  15. implicit def stringToDayTimeDuration(duration: String): DayTimeDuration
  16. implicit def stringToLocalDateTime(dateTime: String): LocalDateTime
  17. implicit def stringToLocalTime(time: String): LocalTime
  18. implicit def stringToNumber(number: String): Number
  19. implicit def stringToTime(time: String): Time
  20. implicit def stringToYearMonthDuration(duration: String): YearMonthDuration
  21. val timeFormatter: DateTimeFormatter
  22. val timeFormatterWithOffsetAndOptionalPrefix: DateTimeFormatter
  23. val timeFormatterWithOptionalPrefix: DateTimeFormatter
  24. val timeFormatterWithPrefix: DateTimeFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped