Skip to content

Adding null-based operators to the expression language #9

Description

@Yuri-Blankenstein-TNO

This issue adds support for the following expressions:

  • Null Coalescing operator (i.e. a ?? b)
  • Ternary Conditional operator (i.e. a ? b : c)
  • Null safe expression chaining (i.e. a?.b?.get(c))
    TODO: Investigate if this is feasible

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions