camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 49 forks source link

feat: Add new function get or else() to handle optional values #691

Closed nicpuppa closed 1 year ago

nicpuppa commented 1 year ago

Description

Create a new function get or else() in order to allow users to easily deal with optional value, this new fucntion accept two parameters:

Related issues

closes #618

nicpuppa commented 1 year ago

Hi @saig0, thank you for the review 🚀 Requested changes applyed 🎉